EtchDroid/app/src/main/res/layout/activity_licenses.xml

17 lines
728 B
XML
Raw Normal View History

2018-08-30 17:10:48 +00:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
2018-08-30 17:10:48 +00:00
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-09-30 16:12:21 +00:00
android:theme="@style/CardContentStyle"
2018-12-22 00:16:44 +00:00
tools:context=".ui.activities.LicensesActivity">
2018-08-30 17:10:48 +00:00
<androidx.recyclerview.widget.RecyclerView
2018-08-30 17:10:48 +00:00
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/licenses_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"/>
</androidx.constraintlayout.widget.ConstraintLayout>