Merge "Add blob size to shared data dev options screens." into rvc-dev am: eef7b5e7e3

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11764432

Change-Id: Ia81192a3c3557bf5b39f050b2037af51f5c7e78e
This commit is contained in:
TreeHugger Robot
2020-06-09 06:44:16 +00:00
committed by Automerger Merge Worker
6 changed files with 19 additions and 1 deletions

View File

@@ -47,4 +47,11 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"/>
<TextView
android:id="@+id/blob_size"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"/>
</LinearLayout>