summaryrefslogtreecommitdiff
path: root/res/layout/login.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-25 14:53:32 +0300
committerAndrew Dolgov <[email protected]>2011-11-25 14:53:32 +0300
commit86b967f08f74ac9eb7b49597c62d46e818a9a530 (patch)
treeb929c837cfc1140f61b16c874c3f131863460a78 /res/layout/login.xml
parent6488994dfa335c384a24642d854bd9474c54446a (diff)
disable irrelevant menu items when article is open
fix link color in dark theme webview
Diffstat (limited to 'res/layout/login.xml')
-rw-r--r--res/layout/login.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/res/layout/login.xml b/res/layout/login.xml
deleted file mode 100644
index 73fa1869..00000000
--- a/res/layout/login.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:orientation='horizontal'
- android:gravity="center"
- android:layout_height="fill_parent">
- <ProgressBar android:layout_height="wrap_content" android:layout_width="wrap_content" style="?android:attr/progressBarStyleLarge" android:id="@+id/login_progress"></ProgressBar>
- <TextView android:id="@+id/login_status_text" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:text=""></TextView>
-
-
-
-</LinearLayout>