habitica-android/Habitica/res/layout/dialog_yesterdaily.xml

9 lines
301 B
XML
Raw Permalink Normal View History

2017-06-20 21:29:26 +00:00
<?xml version="1.0" encoding="utf-8"?>
2019-05-21 15:04:03 +00:00
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/yesterdailies_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
2022-12-19 13:40:02 +00:00
android:padding="8dp"/>