Update font size for device Id
b/14255447 Change-Id: I4d994a934e1691c9bc8d2554df797fdba72d3767
This commit is contained in:
parent
18e65df13a
commit
b84087e641
@ -76,7 +76,7 @@
|
||||
android:id="@+id/device_id"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="#ffbebebe"/>
|
||||
</TableRow>
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
||||
android:id="@+id/device_id"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
android:textColor="#ffbebebe" />
|
||||
|
||||
</LinearLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user