]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/layout/privacy_cell_top_appbar.xml
Include the voice network when determining the overall security. https://redmine...
[PrivacyCell.git] / app / src / main / res / layout / privacy_cell_top_appbar.xml
index 356f084f126c4c036f441a637ef5ffb5ff170b04..b9d92b7e6093811b39e09a1a32019e0bba3bbabd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2021-2022 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
 
@@ -60,9 +60,9 @@
                     android:orientation="vertical"
                     android:padding="15dp" >
 
-                    <!-- Stingray. -->
+                    <!-- Overall status. -->
                     <LinearLayout
-                        android:id="@+id/stingray_linearlayout"
+                        android:id="@+id/overall_status_linearlayout"
                         android:layout_height="wrap_content"
                         android:layout_width="wrap_content"
                         android:layout_gravity="center_horizontal"
@@ -70,7 +70,7 @@
                         tools:ignore="UseCompoundDrawables" >
 
                         <ImageView
-                            android:id="@+id/stingray_imageview"
+                            android:id="@+id/overall_status_imageview"
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
                             android:layout_gravity="center_horizontal"
@@ -79,7 +79,7 @@
                         <!-- The text color primary is only displayed if the read phone state permission is not granted.
                             The default text is replaced if the permission is not granted or the device is connected to a cell phone network. -->
                         <TextView
-                            android:id="@+id/summary_textview"
+                            android:id="@+id/overall_status_textview"
                             android:layout_height="wrap_content"
                             android:layout_width="wrap_content"
                             android:layout_gravity="center_horizontal"
                             android:layout_gravity="center_horizontal"
                             android:textAlignment="center"
                             android:layout_marginTop="30dp"
-                            android:textColor="@color/blue_text"
                             android:textSize="18sp"
                             android:textStyle="bold" />
 
                             android:layout_width="wrap_content"
                             android:layout_gravity="center_horizontal"
                             android:textAlignment="center"
-                            android:textColor="@color/blue_text"
                             android:textSize="18sp"
                             android:textStyle="bold" />
 
                             android:layout_width="wrap_content"
                             android:layout_gravity="center_horizontal"
                             android:textAlignment="center"
-                            android:textColor="@color/blue_text"
                             android:textSize="18sp"
                             android:textStyle="bold" />