/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout-w1020dp/activity_settings.xml
23 строки
753 B
Александр Зацепин
[android] Migrated code to Android X
22 окт 2019, 15:11
22 окт 2019, 15:11
f2dd324
Код
Авторство
О чём код?
<?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"/> <androidx.cardview.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"/> </androidx.cardview.widget.CardView> </FrameLayout>