Skip to content

Commit dec26f2

Browse files
Romain GuyAndroid (Google) Code Review
authored andcommitted
Merge "Add missing layout_width/height Bug #7334849" into jb-mr1-dev
2 parents 0e08215 + 42b0c70 commit dec26f2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

core/res/res/layout-land/keyguard_status_area.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141

4242
<TextView
4343
android:id="@+id/alarm_status"
44+
android:layout_width="wrap_content"
45+
android:layout_height="wrap_content"
4446
android:layout_gravity="end"
4547
android:layout_marginTop="28dp"
4648
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
@@ -53,6 +55,8 @@
5355

5456
<TextView
5557
android:id="@+id/owner_info"
58+
android:layout_width="wrap_content"
59+
android:layout_height="wrap_content"
5660
android:layout_gravity="end"
5761
android:layout_marginTop="4dp"
5862
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
@@ -64,6 +68,8 @@
6468

6569
<TextView
6670
android:id="@+id/status1"
71+
android:layout_width="wrap_content"
72+
android:layout_height="wrap_content"
6773
android:layout_gravity="end"
6874
android:layout_marginTop="4dp"
6975
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
@@ -75,6 +81,8 @@
7581

7682
<TextView
7783
android:id="@+id/status_security_message"
84+
android:layout_width="wrap_content"
85+
android:layout_height="wrap_content"
7886
android:layout_gravity="center"
7987
android:gravity="right"
8088
android:layout_marginTop="12dp"

core/res/res/layout-port/keyguard_status_area.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656

5757
<TextView
5858
android:id="@+id/owner_info"
59+
android:layout_width="wrap_content"
60+
android:layout_height="wrap_content"
5961
android:layout_gravity="right"
6062
android:layout_marginTop="4dp"
6163
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
@@ -67,6 +69,8 @@
6769

6870
<TextView
6971
android:id="@+id/status1"
72+
android:layout_width="wrap_content"
73+
android:layout_height="wrap_content"
7074
android:layout_gravity="right"
7175
android:layout_marginTop="4dp"
7276
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
@@ -78,6 +82,8 @@
7882

7983
<TextView
8084
android:id="@+id/status_security_message"
85+
android:layout_width="wrap_content"
86+
android:layout_height="wrap_content"
8187
android:layout_gravity="right"
8288
android:layout_marginTop="4dp"
8389
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"

core/res/res/layout-sw600dp-port/keyguard_status_area.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141

4242
<TextView
4343
android:id="@+id/alarm_status"
44+
android:layout_width="wrap_content"
45+
android:layout_height="wrap_content"
4446
android:layout_gravity="end"
4547
android:layout_marginTop="28dp"
4648
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
@@ -53,6 +55,8 @@
5355

5456
<TextView
5557
android:id="@+id/owner_info"
58+
android:layout_width="wrap_content"
59+
android:layout_height="wrap_content"
5660
android:layout_gravity="end"
5761
android:layout_marginTop="4dp"
5862
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"
@@ -64,6 +68,8 @@
6468

6569
<TextView
6670
android:id="@+id/status1"
71+
android:layout_width="wrap_content"
72+
android:layout_height="wrap_content"
6773
android:layout_gravity="end"
6874
android:layout_marginTop="4dp"
6975
android:layout_marginEnd="@dimen/kg_status_line_font_right_margin"

0 commit comments

Comments
 (0)