diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-14 11:47:42 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-14 11:47:42 +0200 |
commit | e2f886d121826df2a97d9f71bc7feab9f6dd52c2 (patch) | |
tree | d9ede20b319a262479e319d00afc881519da360a /res/layout/join_conference_dialog.xml | |
parent | 876a076e129ae7f2eb7cf7f7e8b2b46c2cb549be (diff) |
fetch bookmarks from server
Diffstat (limited to '')
-rw-r--r-- | res/layout/join_conference_dialog.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/join_conference_dialog.xml b/res/layout/join_conference_dialog.xml index 2a0e300a..431bf59e 100644 --- a/res/layout/join_conference_dialog.xml +++ b/res/layout/join_conference_dialog.xml @@ -41,6 +41,7 @@ android:layout_marginTop="8dp" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/save_as_bookmark" /> + android:text="@string/save_as_bookmark" + android:checked="true" /> </LinearLayout> |