/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/place_page_button_frame.xml
16 строк
585 B
Александр Зацепин
[android] Removed custom animation controller for place page and replaced them with bottom sheet from sdk
13 фев 2019, 12:03
13 фев 2019, 12:03
da67f46
Код
Авторство
О чём код?
<?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="@dimen/place_page_buttons_height"> <LinearLayout android:id="@+id/container" android:layout_width="match_parent" android:layout_height="@dimen/place_page_buttons_height" android:orientation="horizontal" android:background="?ppButtonsBackground"/> <include layout="@layout/divider_horizontal" android:layout_width="match_parent" android:layout_height="1dp"/> </FrameLayout>