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

7 lines
334 B
XML
Raw Normal View History

2016-09-22 14:02:01 +00:00
<?xml version="1.0" encoding="utf-8"?>
2018-11-06 15:11:02 +00:00
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
2016-09-22 14:02:01 +00:00
android:id="@+id/recyclerView"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
2018-11-06 15:11:02 +00:00
</androidx.recyclerview.widget.RecyclerView>