aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-03-14 23:32:48 +0100
committerDaniel Gultsch <daniel@gultsch.de>2014-03-14 23:32:48 +0100
commitb0d57d01c4b3c9e37fdb4786ccc123f5de866f9c (patch)
tree83fbd7c69dcf796cfb73ad37f54f6f2d46e34eb3 /res
parentb1a3d09ca6a4be59b57e2f7b1cdc8a245d60a858 (diff)
renaming conferences over conference details
Diffstat (limited to 'res')
-rw-r--r--res/layout/activity_muc_details.xml80
1 files changed, 52 insertions, 28 deletions
diff --git a/res/layout/activity_muc_details.xml b/res/layout/activity_muc_details.xml
index fd5583cf..65bce365 100644
--- a/res/layout/activity_muc_details.xml
+++ b/res/layout/activity_muc_details.xml
@@ -8,30 +8,28 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
-
- <TextView
+
+ <TextView
style="@style/sectionHeader"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:paddingTop="8dp"
- android:text="Your nickname" />
-
- <RelativeLayout
+ android:padding="8dp"
+ android:text="Conference" />
+ <RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#eee" >
+
<EditText
- android:id="@+id/muc_your_nick"
+ android:id="@+id/muc_subject"
android:layout_width="wrap_content"
android:layout_height="48dp"
android:layout_alignParentLeft="true"
- android:layout_toLeftOf="@+id/muc_edit_nick"
+ android:layout_toLeftOf="@+id/muc_edit_subject"
android:background="#eee"
android:ems="10"
- android:hint="Search or enter Jabber ID"
+ android:hint="Conferenece Subject"
android:inputType="textEmailAddress"
android:paddingBottom="12dp"
android:paddingLeft="8dp"
@@ -39,7 +37,7 @@
android:paddingTop="12dp" />
<ImageButton
- android:id="@+id/muc_edit_nick"
+ android:id="@+id/muc_edit_subject"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_alignParentRight="true"
@@ -49,13 +47,6 @@
android:padding="8dp"
android:src="@drawable/ic_action_edit" />
</RelativeLayout>
-
- <TextView
- style="@style/sectionHeader"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:padding="8dp"
- android:text="Jabber ID" />
<TextView
android:id="@+id/muc_jabberid"
android:layout_width="wrap_content"
@@ -64,20 +55,48 @@
android:singleLine="true"
android:textColor="#5b5b5b"
android:textSize="18sp"/>
-
- <LinearLayout
- android:id="@+id/muc_more_details"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical">
<TextView
style="@style/sectionHeader"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="8dp"
- android:text="Your role" />
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:paddingTop="8dp"
+ android:text="Your Nickname" />
+
+ <RelativeLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="#eee" >
+
+ <EditText
+ android:id="@+id/muc_your_nick"
+ android:layout_width="wrap_content"
+ android:layout_height="48dp"
+ android:layout_alignParentLeft="true"
+ android:layout_toLeftOf="@+id/muc_edit_nick"
+ android:background="#eee"
+ android:ems="10"
+ android:hint="Your nickname"
+ android:inputType="textEmailAddress"
+ android:paddingBottom="12dp"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:paddingTop="12dp" />
+
+ <ImageButton
+ android:id="@+id/muc_edit_nick"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
+ android:layout_alignParentRight="true"
+ android:layout_alignParentTop="true"
+ android:layout_centerVertical="true"
+ android:background="?android:selectableItemBackground"
+ android:padding="8dp"
+ android:src="@drawable/ic_action_edit" />
+ </RelativeLayout>
<TextView
android:id="@+id/muc_role"
android:layout_width="wrap_content"
@@ -86,7 +105,12 @@
android:singleLine="true"
android:textSize="18sp"
android:textColor="#5b5b5b"/>
-
+
+ <LinearLayout
+ android:id="@+id/muc_more_details"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical">
<TextView
android:id="@+id/muc_participants_header"