/
githubmirror
/
fastlane
Обзор
Документация
Войти
/
githubmirror
/
fastlane
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
screengrab/example/src/main/res/layout/activity_another.xml
25 строк
1 KB
Michael Furtak
Add UiAutomator screenshot strategy (#5621)
08 авг 2016, 15:23
08 авг 2016, 15:23
82cda46
Код
Авторство
О чём код?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin" tools:context="tools.fastlane.localetester.AnotherActivity"> <TextView android:id="@+id/hello" android:text="@string/hello" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center"/> <Button android:id="@+id/show_dialog_button" android:layout_marginTop="16dp" android:layout_below="@+id/hello" android:layout_centerHorizontal="true" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/show_dialog"/> </RelativeLayout>