Update font size for device Id

b/14255447

Change-Id: I4d994a934e1691c9bc8d2554df797fdba72d3767
This commit is contained in:
Martin Hibdon 2014-04-23 14:20:11 -07:00
parent 18e65df13a
commit b84087e641
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>