blob: dc11d2ae95ddab1d1d0ff2c10a4e3c4210f5522e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!--TextView that aligns to the bottom-->
<android.support.v7.widget.AppCompatTextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@id/kau_pref_inner_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="@null"
android:clickable="false"
android:focusable="false"
android:gravity="bottom|end"
android:paddingBottom="@dimen/kau_padding_normal" />
|