2019-07-18 06:00:46 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/short_name_text_view_item_rule"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:padding="16dp"
|
|
|
|
android:textColor="@color/primaryTextColor"
|
2019-09-26 18:30:24 +02:00
|
|
|
android:textSize="?attr/title_font_16" />
|
2019-07-18 06:00:46 +02:00
|
|
|
|
2019-08-26 07:52:19 +02:00
|
|
|
<TextView
|
2019-07-18 06:00:46 +02:00
|
|
|
android:id="@+id/description_markwon_view_item_rule"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingBottom="16dp"
|
|
|
|
android:paddingStart="16dp"
|
2019-09-20 15:27:00 +02:00
|
|
|
android:paddingEnd="16dp"
|
2019-09-26 18:30:24 +02:00
|
|
|
android:textSize="?attr/content_font_default" />
|
2019-07-18 06:00:46 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|