diff options
| author | rsudev <rasch@munin-soft.de> | 2013-06-27 17:46:41 +0200 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-06-27 17:46:41 +0200 |
| commit | dc53fa7be33f3052e39952112679c7b0e0b3b324 (patch) | |
| tree | 6fef9b63070a08177a13401e90de8916c4a72e91 /main/res/layout | |
| parent | cb90fff0100a40bdefae6b57a6b12e9c113b641f (diff) | |
| download | cgeo-dc53fa7be33f3052e39952112679c7b0e0b3b324.zip cgeo-dc53fa7be33f3052e39952112679c7b0e0b3b324.tar.gz cgeo-dc53fa7be33f3052e39952112679c7b0e0b3b324.tar.bz2 | |
Implements #2900, Support logging with password (oc)
Extends db, geocache and OKAPI to retrieve and store the property
Extends logging UI and OKAPI to allow entering and sending it
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/logcache_activity.xml | 23 |
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" |
