summaryrefslogtreecommitdiff
path: root/orgfoxttrss/src/main/res/layout/widget_small.xml
diff options
context:
space:
mode:
Diffstat (limited to 'orgfoxttrss/src/main/res/layout/widget_small.xml')
-rw-r--r--orgfoxttrss/src/main/res/layout/widget_small.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/orgfoxttrss/src/main/res/layout/widget_small.xml b/orgfoxttrss/src/main/res/layout/widget_small.xml
deleted file mode 100644
index e8e68a4e..00000000
--- a/orgfoxttrss/src/main/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