DF1E
10 years ago
3 changed files with 32 additions and 23 deletions
@ -1,14 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent" |
|
||||||
android:orientation="vertical"> |
|
||||||
|
|
||||||
<include layout="@layout/toolbar_settings" /> |
|
||||||
|
|
||||||
<fragment |
|
||||||
android:name="acr.browser.lightning.fragment.GeneralSettingsFragment" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent" |
|
||||||
android:tag="settingsFragment" /> |
|
||||||
</LinearLayout> |
|
@ -1,11 +1,18 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<android.support.v7.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
xmlns:custom="http://schemas.android.com/apk/res-auto" |
xmlns:custom="http://schemas.android.com/apk/res-auto" |
||||||
android:id="@+id/toolbar" |
android:orientation="vertical" |
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="?attr/actionBarSize" |
android:layout_height="wrap_content"> |
||||||
android:background="?toolbarSettingsBackground" |
|
||||||
android:elevation="2dp" |
<android.support.v7.widget.Toolbar |
||||||
android:minHeight="?attr/actionBarSize" |
android:id="@+id/toolbar" |
||||||
custom:contentInsetEnd="0dp" |
android:layout_width="match_parent" |
||||||
custom:contentInsetStart="0dp" /> |
android:layout_height="?attr/actionBarSize" |
||||||
|
android:background="?toolbarSettingsBackground" |
||||||
|
android:elevation="2dp" |
||||||
|
android:minHeight="?attr/actionBarSize" |
||||||
|
custom:contentInsetEnd="0dp" |
||||||
|
custom:contentInsetStart="0dp" /> |
||||||
|
|
||||||
|
</LinearLayout> |
Loading…
Reference in new issue