Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
termux
GitHub Repository: termux/termux-app
Path: blob/master/app/src/main/res/layout/activity_settings.xml
1637 views
1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:layout_width="match_parent"
4
android:layout_height="match_parent"
5
android:orientation="vertical">
6
7
<include
8
layout="@layout/partial_primary_toolbar"
9
android:id="@+id/partial_primary_toolbar"/>
10
11
<FrameLayout
12
android:id="@+id/settings"
13
android:layout_width="match_parent"
14
android:layout_height="match_parent" />
15
16
</LinearLayout>
17
18