summaryrefslogtreecommitdiff
path: root/res/layout/wifi_tether_qr_code_preference.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/wifi_tether_qr_code_preference.xml')
-rw-r--r--res/layout/wifi_tether_qr_code_preference.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/res/layout/wifi_tether_qr_code_preference.xml b/res/layout/wifi_tether_qr_code_preference.xml
index 1e338429b..88abd8868 100644
--- a/res/layout/wifi_tether_qr_code_preference.xml
+++ b/res/layout/wifi_tether_qr_code_preference.xml
@@ -30,7 +30,6 @@
<TextView
android:id="@+id/hotspot_qr_code_instruction"
- android:text="@string/wifi_hotspot_qr_code_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/qc_code_preference_margin"
@@ -41,6 +40,9 @@
android:layout_height="wrap_content"
android:scaleType="fitCenter"
android:antialias="true"
+ android:layout_marginTop="@dimen/qc_code_preference_margin"
+ android:layout_marginBottom="@dimen/qc_code_preference_margin"
+ app:cardElevation="@dimen/card_view_elevation"
app:cardCornerRadius="@dimen/rounded_corner_radius">
<ImageView
android:id="@+id/hotspot_qr_code"
@@ -48,4 +50,18 @@
android:layout_height="wrap_content"/>
</androidx.cardview.widget.CardView>
+ <TextView
+ android:id="@+id/hotspot_qr_code_password"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/qc_code_preference_margin"
+ android:layout_marginBottom="@dimen/qc_code_preference_margin"
+ android:textAppearance="@style/TextAppearance.CarUi.PreferenceSummary"/>
+
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/divider_preference_height"
+ android:layout_marginBottom="@dimen/divider_preference_margin_top"
+ android:layout_marginTop="@dimen/divider_preference_margin_bottom"
+ style="@style/Preference.CarUi.Divider"/>
</LinearLayout>