diff options
Diffstat (limited to 'kpref-activity/src/main/res/layout')
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_core.xml | 6 | ||||
-rw-r--r-- | kpref-activity/src/main/res/layout/kau_pref_text.xml | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kpref-activity/src/main/res/layout/kau_pref_core.xml b/kpref-activity/src/main/res/layout/kau_pref_core.xml index 4b5de56..183c53e 100644 --- a/kpref-activity/src/main/res/layout/kau_pref_core.xml +++ b/kpref-activity/src/main/res/layout/kau_pref_core.xml @@ -81,10 +81,10 @@ <android.support.constraint.Barrier android:id="@id/kau_pref_barrier" - android:layout_width="1dp" - android:layout_height="wrap_content" + android:layout_width="0dp" + android:layout_height="0dp" app:barrierDirection="end" - app:constraint_referenced_ids="kau_pref_title,kau_pref_desc,kau_pref_lower_frame" + app:constraint_referenced_ids="kau_pref_title,kau_pref_desc" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toTopOf="parent" /> diff --git a/kpref-activity/src/main/res/layout/kau_pref_text.xml b/kpref-activity/src/main/res/layout/kau_pref_text.xml index bae83f2..40fed2a 100644 --- a/kpref-activity/src/main/res/layout/kau_pref_text.xml +++ b/kpref-activity/src/main/res/layout/kau_pref_text.xml @@ -2,6 +2,9 @@ android:id="@id/kau_pref_inner_content" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:focusable="false" + android:background="@null" android:clickable="false" - android:background="@null" />
\ No newline at end of file + android:ellipsize="end" + android:focusable="false" + android:maxLines="3" + android:maxWidth="150dp" />
\ No newline at end of file |