mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-24 15:01:32 +01:00
22 lines
770 B
XML
22 lines
770 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout 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:gravity="center|top"
|
||
|
android:orientation="vertical"
|
||
|
android:padding="32sp"
|
||
|
tools:context=".SettingsActivity">
|
||
|
|
||
|
<!--Button
|
||
|
style="@style/Widget.AppCompat.Button"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:onClick="setLauncher"
|
||
|
android:text="@string/settings_select_launcher"
|
||
|
android:textAllCaps="false" /-->
|
||
|
|
||
|
|
||
|
</LinearLayout>
|