aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/logcache_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/logcache_activity.xml')
-rw-r--r--main/res/layout/logcache_activity.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/main/res/layout/logcache_activity.xml b/main/res/layout/logcache_activity.xml
index e0294da..4bbb441 100644
--- a/main/res/layout/logcache_activity.xml
+++ b/main/res/layout/logcache_activity.xml
@@ -58,6 +58,29 @@
android:singleLine="false" />
<LinearLayout
+ android:id="@+id/log_password_box"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="5dip"
+ android:orientation="vertical"
+ android:visibility="gone" >
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:gravity="left"
+ android:padding="10dip"
+ android:text="@string/log_password_title"
+ android:textColor="?text_color"
+ android:textSize="22sp" />
+ <EditText
+ android:id="@+id/log_password"
+ style="@style/edittext_full"
+ android:hint="@string/log_hint_log_password"
+ android:inputType="text"
+ android:singleLine="true" />
+ </LinearLayout>
+
+ <LinearLayout
android:id="@+id/tweet_box"
android:layout_width="fill_parent"
android:layout_height="wrap_content"