diff options
Diffstat (limited to 'main/res')
| -rw-r--r-- | main/res/layout/logcache_activity.xml | 23 | ||||
| -rw-r--r-- | main/res/values/strings.xml | 2 |
2 files changed, 25 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" diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 319cbc7..5fd0e1e 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -127,6 +127,8 @@ <string name="log_image_caption">Caption</string> <string name="log_image_description">Description</string> <string name="log_image_scale">Scaling</string> + <string name="log_password_title">Log Password:</string> + <string name="log_hint_log_password">Enter your log password</string> <string-array name="log_image_scales"> <item>No scaling</item> |
