Fix some ordering, colors, and accessibility bugs.
When adding preferences to public/private details screens, always add in-order when rebuilding. Hacky fix for broken summary text and eject image color tints. Fix crash when device rotated during partitioning. Set correct accessibility titles in all wizard steps. Bug: 22098044, 21376962 Change-Id: I68aff96cba497a91919cad8865722bc9cef7eaa7
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
android:src="@drawable/ic_eject_24dp"
|
||||
android:tint="?android:attr/textColorSecondary"
|
||||
android:background="?android:attr/selectableItemBackground" />
|
||||
|
||||
</LinearLayout>
|
||||
|
@@ -44,7 +44,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:textAlignment="viewStart"
|
||||
android:textAppearance="@android:style/TextAppearance.Material.Body1"
|
||||
android:textColor="?android:attr/textColorSecondaryNoDisable"
|
||||
android:maxLines="10" />
|
||||
|
||||
<ProgressBar
|
||||
|
Reference in New Issue
Block a user