launcher/app/src/main/res/layout/activity_settings.xml

10 lines
470 B
XML
Raw Normal View History

2020-05-15 07:51:48 +02:00
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimaryDark"
tools:context=".SettingsActivity">
</androidx.constraintlayout.widget.ConstraintLayout>