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: I6ba46f7958cecb50730070677761ccb6f44f3e8c
This commit is contained in:
TreeHugger Robot
2020-06-09 06:43:31 +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>