diff options
author | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
---|---|---|
committer | Martynas Mickevičius <mmartynas@gmail.com> | 2015-03-08 16:10:09 +0200 |
commit | 23d9368d169b2ce355b68711b0de3e77f742bedb (patch) | |
tree | 88dd38fd77e11ffb276a7e08f7e1b81479e2060c /res/layout/fragment_status.xml | |
parent | f08ea668c3059995ea390ab566bd25f3a68b0ef1 (diff) | |
download | andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.tar.gz andiodine-23d9368d169b2ce355b68711b0de3e77f742bedb.zip |
Gradle build
Diffstat (limited to 'res/layout/fragment_status.xml')
-rw-r--r-- | res/layout/fragment_status.xml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/res/layout/fragment_status.xml b/res/layout/fragment_status.xml deleted file mode 100644 index 65f63b1..0000000 --- a/res/layout/fragment_status.xml +++ /dev/null @@ -1,47 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:orientation="vertical" - android:layout_width="match_parent" - android:layout_height="match_parent" - > - - <TextView - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:text="Message Placeholder" - android:id="@+id/status_message" - style="@android:style/TextAppearance.DeviceDefault.Large" - tools:ignore="HardcodedText"/> - - <LinearLayout - android:layout_width="fill_parent" - android:layout_height="fill_parent" - android:orientation="vertical" - > - - - <ScrollView - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:autoText="true" - android:id="@+id/status_scrollview" - android:layout_weight="1"> - - <TextView - android:layout_height="match_parent" - android:layout_width="match_parent" - android:id="@+id/status_logmessages"/> - </ScrollView> - - <Button - android:drawableLeft="@drawable/cancel" - android:text="Close" - android:id="@+id/status_cancel" - android:layout_width="match_parent" - android:layout_height="50dp" - /> - - </LinearLayout> -</LinearLayout>
\ No newline at end of file |