/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/res/layout/item_image.xml
15 строк
620 B
Roman Romanov
[android] Review fixes.
03 окт 2016, 14:01
03 окт 2016, 14:01
79300a2
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="@dimen/gallery_image_height" android:clickable="true" android:focusable="true" android:foreground="?attr/selectableItemBackground"> <ImageView android:id="@+id/iv__image" android:layout_width="match_parent" android:layout_height="@dimen/gallery_image_height" tools:src="@color/base_green"/> </FrameLayout>