Welcome to mirror list, hosted at ThFree Co, Russian Federation.

activity_settings.xml « layout-w1020dp « res « android - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7806acc20dfe487fc312e287062575f4d04d0e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
  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_extended"/>

  <android.support.v7.widget.CardView
    android:layout_width="@dimen/settings_width"
    android:layout_height="match_parent"
    android:layout_marginTop="?actionBarSize"
    android:layout_gravity="center_horizontal">
    <FrameLayout
      android:id="@+id/fragment_container"
      style="@style/MwmWidget.FrameLayout.Elevation"
      android:layout_width="match_parent"
      android:layout_height="match_parent"/>
  </android.support.v7.widget.CardView>

</FrameLayout>