Made description clickable.
This commit is contained in:
parent
a3ca01255d
commit
15ee1beed9
1 changed files with 5 additions and 7 deletions
|
@ -10,23 +10,21 @@
|
|||
<TextView
|
||||
android:id="@+id/title"
|
||||
android:layout_width="0dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_weight="1"
|
||||
android:textSize="@dimen/default_list_text_size"
|
||||
tools:text="Some title text"/>
|
||||
|
||||
<android.support.v7.widget.AppCompatButton
|
||||
<android.support.v7.widget.AppCompatTextView
|
||||
android:id="@+id/description"
|
||||
style="@style/Widget.AppCompat.Button.Borderless"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:inputType="textCapWords"
|
||||
tools:text="topbar"
|
||||
android:layout_margin="16dp"
|
||||
android:gravity="center_vertical"
|
||||
android:textColor="?colorAccent"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:focusable="false"/>
|
||||
tools:text="topbar"/>
|
||||
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue