diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-11 13:51:40 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-11 13:51:40 -0700 |
commit | 11090367b5783d33aae97637cb08360be9659ff9 (patch) | |
tree | 8bd2da584d97fb59d9f176dac75b2f42f8568e6d /library/src/main/res/layout | |
parent | 3b7cd18459b5cbe5ff86ca3af9bddd9a222d3e67 (diff) | |
download | kau-11090367b5783d33aae97637cb08360be9659ff9.tar.gz kau-11090367b5783d33aae97637cb08360be9659ff9.tar.bz2 kau-11090367b5783d33aae97637cb08360be9659ff9.zip |
Fix selection and add fade effect
Diffstat (limited to 'library/src/main/res/layout')
-rw-r--r-- | library/src/main/res/layout/kau_preference.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/src/main/res/layout/kau_preference.xml b/library/src/main/res/layout/kau_preference.xml index 5123b27..4401145 100644 --- a/library/src/main/res/layout/kau_preference.xml +++ b/library/src/main/res/layout/kau_preference.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> + +<!--due to animations, we need a wrapper viewgroup so our changes will stick--> + <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" @@ -71,7 +74,6 @@ android:maxLines="10" android:textAppearance="?android:attr/textAppearanceListItemSecondary" android:textColor="?android:attr/textColorSecondary" - android:visibility="gone" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/kau_pref_inner_frame" app:layout_constraintHorizontal_bias="0" |