diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-10-17 00:06:56 +0400 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-10-17 00:06:56 +0400 |
| commit | 97cc96839d31b6cce59ec29a6681c6fe802552ee (patch) | |
| tree | 9f3b8df270095bc65c10cd7208d05b3dad4794b9 /res/layout/widget_small.xml | |
| parent | 5775c0d56b7c856b508bb34e478eef53c2460624 (diff) | |
initial
Diffstat (limited to 'res/layout/widget_small.xml')
| -rw-r--r-- | res/layout/widget_small.xml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/res/layout/widget_small.xml b/res/layout/widget_small.xml deleted file mode 100644 index 552625c0..00000000 --- a/res/layout/widget_small.xml +++ /dev/null @@ -1,42 +0,0 @@ -<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/widget_main"
- android:layout_width="match_parent"
- android:layout_height="fill_parent" >
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <ImageView
- android:id="@+id/imageView1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:paddingTop="2dp"
- android:src="@drawable/icon" />
-
- <TextView
- android:id="@+id/counter"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:gravity="center"
- android:text="-1"
- android:shadowColor="#cc000000"
- android:shadowDx="0"
- android:shadowDy="3"
- android:shadowRadius="3"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="@android:color/primary_text_dark" />
-
- </LinearLayout>
-
- <ProgressBar
- android:id="@+id/progress"
- style="?android:attr/progressBarStyleLarge"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
-
-</FrameLayout>
\ No newline at end of file |