| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338 |
- <?xml version="1.0" encoding="utf-8"?>
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:clipToPadding="false"
- android:paddingBottom="@dimen/content_padding_bottom"
- tools:context=".ui.support.SupportFragment">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <com.google.android.material.card.MaterialCardView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:cardCornerRadius="12dp"
- app:cardElevation="6dp"
- app:cardPreventCornerOverlap="true"
- app:cardUseCompatPadding="true"
- app:contentPadding="12dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="vertical">
- <TextView
- android:id="@+id/title1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Mobile Endpoint Security"
- android:textColor="@android:color/black"
- android:textSize="16sp"
- android:textStyle="bold" />
- <TextView
- android:id="@+id/subtitle1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:maxLines="2"
- android:text="Device integrity • App integrity • UBA • DLP"
- android:textColor="@android:color/darker_gray"
- android:textSize="12sp" />
- </LinearLayout>
- <com.google.android.material.chip.Chip
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Compliant"
- app:chipIcon="@drawable/shield_check"
- app:chipIconTint="@color/emerald_700"
- android:textColor="@color/emerald_700"
- app:chipBackgroundColor="@color/emerald_50"
- app:chipStrokeColor="@color/emerald_200"
- app:chipStrokeWidth="1dp"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:gravity="center"
- android:orientation="horizontal"
- android:weightSum="3">
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="Security"
- android:textColor="@color/white"
- app:backgroundTint="@color/black"
- app:icon="@drawable/shield_check"
- app:strokeWidth="0dp" />
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginStart="8dp"
- android:layout_weight="1"
- android:text="Auto-remediate"
- android:textColor="@color/white"
- android:textSize="12sp"
- app:backgroundTint="@color/emerald_600"
- app:strokeWidth="0dp" />
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginStart="8dp"
- android:layout_weight="1"
- android:text="Open Chats"
- android:textColor="@color/black"
- app:backgroundTint="@color/gray_200"
- app:strokeWidth="0dp" />
- </LinearLayout>
- </LinearLayout>
- </com.google.android.material.card.MaterialCardView>
- <!-- Unified Communications -->
- <com.google.android.material.card.MaterialCardView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:cardCornerRadius="12dp"
- app:cardElevation="6dp"
- app:cardPreventCornerOverlap="true"
- app:cardUseCompatPadding="true"
- app:contentPadding="12dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Unified Communications"
- android:textColor="@android:color/black"
- android:textSize="16sp"
- android:textStyle="bold" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:orientation="horizontal"
- android:weightSum="3">
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton2"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
- android:text="Messaging"
- app:backgroundTint="@color/white"
- app:strokeColor="@color/black"
- app:strokeWidth="1dp" />
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton2"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_weight="1"
- android:text="Audio (in chat)"
- app:backgroundTint="@color/white"
- app:icon="@drawable/phone"
- app:iconTint="@color/black"
- app:strokeColor="@color/black"
- app:strokeWidth="1dp" />
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton2"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_marginStart="8dp"
- android:layout_weight="1"
- android:text="Video (in chat)"
- app:backgroundTint="@color/white"
- app:icon="@drawable/video"
- app:iconTint="@color/black"
- app:strokeColor="@color/black"
- app:strokeWidth="1dp" />
- </LinearLayout>
- </LinearLayout>
- </com.google.android.material.card.MaterialCardView>
- <!-- Operational Support -->
- <com.google.android.material.card.MaterialCardView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:cardCornerRadius="12dp"
- app:cardElevation="6dp"
- app:cardPreventCornerOverlap="true"
- app:cardUseCompatPadding="true"
- app:contentPadding="12dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Operational Support"
- android:textColor="@android:color/black"
- android:textSize="16sp"
- android:textStyle="bold" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:orientation="horizontal"
- android:weightSum="3">
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="Operator"
- app:backgroundTint="@color/white"
- app:icon="@drawable/headphones"
- app:iconTint="@color/black"
- app:strokeColor="@color/black"
- app:strokeWidth="1dp" />
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginStart="8dp"
- android:layout_weight="1"
- android:text="Smartbot"
- app:backgroundTint="@color/white"
- app:icon="@drawable/bot"
- app:iconTint="@color/black"
- app:strokeColor="@color/black"
- app:strokeWidth="1dp" />
- <com.google.android.material.button.MaterialButton
- style="@style/MyOutlinedButton"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginStart="8dp"
- android:layout_weight="1"
- android:text="Panic"
- android:textColor="@color/rose_600"
- app:backgroundTint="@color/white"
- app:icon="@drawable/siren"
- app:iconTint="@color/rose_600"
- app:strokeColor="@color/rose_600"
- app:strokeWidth="1dp" />
- </LinearLayout>
- </LinearLayout>
- </com.google.android.material.card.MaterialCardView>
- <com.google.android.material.card.MaterialCardView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- app:cardCornerRadius="12dp"
- app:cardElevation="6dp"
- app:cardPreventCornerOverlap="true"
- app:cardUseCompatPadding="true"
- app:contentPadding="12dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Recent Security Events"
- android:textColor="@android:color/black"
- android:textSize="16sp"
- android:textStyle="bold" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="• Untrusted Wi-Fi blocked (Café-WiFi)"
- android:textColor="@android:color/black"
- android:textSize="14sp" />
- <com.google.android.material.chip.Chip
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="8dp"
- android:text="Prevented"
- android:textColor="@color/amber_700"
- app:chipBackgroundColor="@color/amber_50"
- app:chipStrokeColor="@color/amber_200"
- app:chipStrokeWidth="1dp"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal">
- <TextView
- android:layout_width="0dp"
- android:layout_weight="1"
- android:layout_height="wrap_content"
- android:text="• Policy updated: Export requires step-up auth"
- android:textColor="@android:color/black"
- android:textSize="14sp" />
- <com.google.android.material.chip.Chip
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginStart="8dp"
- android:textColor="@color/neutral_600"
- app:chipBackgroundColor="@color/neutral_100"
- app:chipStrokeColor="@color/neutral_200"
- app:chipStrokeWidth="1dp"
- android:text="Policy" />
- </LinearLayout>
- </LinearLayout>
- </com.google.android.material.card.MaterialCardView>
- </LinearLayout>
- </ScrollView>
|