mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-24 15:01:32 +01:00
10 lines
470 B
XML
10 lines
470 B
XML
![]() |
<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>
|