mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-03-14 16:34:00 +01:00
30 lines
1017 B
XML
30 lines
1017 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="64dp"
|
||
|
android:background="?selectableItemBackground"
|
||
|
android:orientation="vertical"
|
||
|
android:paddingStart="16dp"
|
||
|
android:paddingLeft="16dp"
|
||
|
android:paddingEnd="16dp"
|
||
|
android:paddingRight="16dp">
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/licenseItemName"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="28dp"
|
||
|
android:gravity="bottom"
|
||
|
android:textSize="16sp"
|
||
|
tools:text="@tools:sample/lorem" />
|
||
|
|
||
|
<TextView
|
||
|
android:id="@+id/licenseItemSummary"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="20dp"
|
||
|
android:gravity="bottom"
|
||
|
android:textColor="?android:textColorSecondary"
|
||
|
android:textSize="14sp"
|
||
|
tools:text="@tools:sample/lorem" />
|
||
|
</LinearLayout>
|