2015-03-28 23:23:10 +01:00
|
|
|
<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:paddingBottom="@dimen/activity_vertical_margin"
|
|
|
|
android:paddingLeft="@dimen/activity_horizontal_margin"
|
|
|
|
android:paddingRight="@dimen/activity_horizontal_margin"
|
|
|
|
android:paddingTop="@dimen/activity_vertical_margin"
|
2015-07-28 17:30:20 +02:00
|
|
|
tools:context="nodomain.freeyourgadget.gadgetbridge.activities.FwAppInstallerActivity">
|
2015-03-28 23:23:10 +01:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/debugTextView"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
2015-04-06 20:58:35 +02:00
|
|
|
<Button
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2015-05-08 00:42:46 +02:00
|
|
|
android:text="@string/appinstaller_install"
|
2015-04-06 20:58:35 +02:00
|
|
|
android:id="@+id/installButton"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:enabled="false" />
|
|
|
|
|
2015-03-28 23:23:10 +01:00
|
|
|
</RelativeLayout>
|