/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/activity_splash.xml
32 строки
1 KB
Roman Romanov
[android] layouts refactoring.
06 июн 2017, 06:52
06 июн 2017, 06:52
8a6eee9
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <View android:id="@+id/anchor_center" android:layout_width="1dp" android:layout_height="1dp" android:layout_centerInParent="true"/> <ImageView android:id="@+id/iv__logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/img_logo" android:layout_above="@id/anchor_center" android:layout_centerHorizontal="true"/> <TextView android:id="@+id/tv__app_name" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_marginBottom="@dimen/margin_double_plus" android:textAppearance="@style/MwmTextAppearance.Title" android:textAllCaps="true" android:textColor="?android:textColorSecondary" android:text="@string/app_name"/> </RelativeLayout>