1
0
mirror of https://github.com/termux/termux-app synced 2024-06-21 08:37:10 +00:00
termux-app/app/src/main/res/layout/activity_settings.xml
2021-03-24 05:28:38 +05:00

10 lines
316 B
XML

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/settings"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>