/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/place_page.xml
23 строки
796 B
Александр Зацепин
[android] Removed redundant layouts from placepage hiearachy to improve ui performance and make layout xml cleaner
13 фев 2019, 12:03
13 фев 2019, 12:03
b52f18e
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:descendantFocusability="blocksDescendants" android:orientation="vertical"> <include android:id="@+id/pp__preview" layout="@layout/place_page_preview" android:layout_width="match_parent" android:layout_height="wrap_content"/> <include android:id="@+id/pp__details_frame" layout="@layout/place_page_details" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?panel"/> </LinearLayout> </merge>