diff --git a/res/drawable/es_slidingpane_shadow.xml b/res/drawable/es_slidingpane_shadow.xml index 8c2cefc24ef0fb696ca47e192d1e9152703c4e85..5b6037f712969ac0eb4249f0062e97a891f29351 100644 --- a/res/drawable/es_slidingpane_shadow.xml +++ b/res/drawable/es_slidingpane_shadow.xml @@ -1,7 +1,7 @@ + android:endColor="@color/divider" + android:startColor="@android:color/transparent" /> \ No newline at end of file diff --git a/res/drawable/message_border.xml b/res/drawable/message_border.xml index 1477fbe87e09c46eaa6ee49e8c092e06bacc7028..4a581e7df37e786f1425841de401840afdd0e05e 100644 --- a/res/drawable/message_border.xml +++ b/res/drawable/message_border.xml @@ -2,5 +2,5 @@ - + \ No newline at end of file diff --git a/res/drawable/section_header.xml b/res/drawable/section_header.xml index 25f148ce20099388166d3d3dd05fab406310e738..e4cb9742708f2a65844bb83bf2a8a4997f3c4bc4 100644 --- a/res/drawable/section_header.xml +++ b/res/drawable/section_header.xml @@ -4,7 +4,7 @@ + android:width="2000dp" /> - + \ No newline at end of file diff --git a/res/layout-sw320dp/fragment_conversations_overview.xml b/res/layout-sw320dp/fragment_conversations_overview.xml index fcb1949c505ef00ec3b20d2ef34a965f0d97a77d..b85f111671c3fce7ac8492500f5fb925fba2aba8 100644 --- a/res/layout-sw320dp/fragment_conversations_overview.xml +++ b/res/layout-sw320dp/fragment_conversations_overview.xml @@ -7,16 +7,16 @@ android:layout_width="288dp" android:layout_height="match_parent" android:orientation="vertical" - android:background="#eeeeee" + android:background="@color/primarybackground" > @@ -25,7 +25,6 @@ android:layout_width="fill_parent" android:layout_height="match_parent" android:layout_weight="1" - android:background="#e5e5e5" android:orientation="vertical"> \ No newline at end of file diff --git a/res/layout-sw360dp/fragment_conversations_overview.xml b/res/layout-sw360dp/fragment_conversations_overview.xml index 939950c238b7c3ccd3630c06c9f92b016a5436bb..ceb3b5fa85ca4450fcebee8fe8fe0806dbab0e97 100644 --- a/res/layout-sw360dp/fragment_conversations_overview.xml +++ b/res/layout-sw360dp/fragment_conversations_overview.xml @@ -7,16 +7,16 @@ android:layout_width="324dp" android:layout_height="match_parent" android:orientation="vertical" - android:background="#eeeeee" + android:background="@color/primarybackground" > @@ -25,7 +25,6 @@ android:layout_width="fill_parent" android:layout_height="match_parent" android:layout_weight="1" - android:background="#e5e5e5" android:orientation="vertical"> \ No newline at end of file diff --git a/res/layout-sw384dp/fragment_conversations_overview.xml b/res/layout-sw384dp/fragment_conversations_overview.xml index e48cf9ecfbb459d46f029bbef12b9b2c31ca1d60..26d79d233d4ed87ede554f1388b5048ab958b82e 100644 --- a/res/layout-sw384dp/fragment_conversations_overview.xml +++ b/res/layout-sw384dp/fragment_conversations_overview.xml @@ -7,16 +7,16 @@ android:layout_width="345dp" android:layout_height="match_parent" android:orientation="vertical" - android:background="#eeeeee" + android:background="@color/primarybackground" > @@ -25,7 +25,6 @@ android:layout_width="fill_parent" android:layout_height="match_parent" android:layout_weight="1" - android:background="#e5e5e5" android:orientation="vertical"> \ No newline at end of file diff --git a/res/layout-sw600dp/fragment_conversations_overview.xml b/res/layout-sw600dp/fragment_conversations_overview.xml index fac95f9cf9c96d5b4637dd826bfca2a93b5f22fb..f26c840b4df2fb1d16771c49d3cab6959c147f8e 100644 --- a/res/layout-sw600dp/fragment_conversations_overview.xml +++ b/res/layout-sw600dp/fragment_conversations_overview.xml @@ -7,16 +7,16 @@ android:layout_width="240dp" android:layout_height="match_parent" android:orientation="vertical" - android:background="#eeeeee" + android:background="@color/primarybackground" > @@ -25,7 +25,6 @@ android:layout_width="fill_parent" android:layout_height="match_parent" android:layout_weight="1" - android:background="#e5e5e5" android:orientation="vertical"> \ No newline at end of file diff --git a/res/layout-sw720dp/fragment_conversations_overview.xml b/res/layout-sw720dp/fragment_conversations_overview.xml index fcb1949c505ef00ec3b20d2ef34a965f0d97a77d..b85f111671c3fce7ac8492500f5fb925fba2aba8 100644 --- a/res/layout-sw720dp/fragment_conversations_overview.xml +++ b/res/layout-sw720dp/fragment_conversations_overview.xml @@ -7,16 +7,16 @@ android:layout_width="288dp" android:layout_height="match_parent" android:orientation="vertical" - android:background="#eeeeee" + android:background="@color/primarybackground" > @@ -25,7 +25,6 @@ android:layout_width="fill_parent" android:layout_height="match_parent" android:layout_weight="1" - android:background="#e5e5e5" android:orientation="vertical"> \ No newline at end of file diff --git a/res/layout/account_row.xml b/res/layout/account_row.xml index 248b17f70b2005221188ab5ac005f75aa8918be4..0c18d9b2ffbda382167ccb7bdd7546b94ea580f4 100644 --- a/res/layout/account_row.xml +++ b/res/layout/account_row.xml @@ -20,6 +20,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="18sp" + android:textColor="@color/primarytext" android:singleLine="true" android:scrollHorizontally="false"/> @@ -35,14 +36,14 @@ android:layout_height="wrap_content" android:text="@string/account_status" android:textStyle="bold" - android:textSize="14sp" /> + android:textSize="14sp" + android:textColor="@color/primarytext"/> diff --git a/res/layout/activity_contact_details.xml b/res/layout/activity_contact_details.xml index ae3aaf7cbe2cd690b911f724d82ae74423462675..d55dcc9c36500f982fe5cb8d99e423df21047e0f 100644 --- a/res/layout/activity_contact_details.xml +++ b/res/layout/activity_contact_details.xml @@ -2,7 +2,7 @@ + android:background="@color/primarybackground"> + android:text="@string/action_contact_details" + android:textColor="@color/primarytext"/> + android:textSize="14sp" + android:textColor="@color/primarytext"/> + android:textSize="14sp" + android:textColor="@color/primarytext"/> @@ -71,20 +73,22 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="8dp" - android:text="@string/your_account" /> + android:text="@string/your_account" + android:textColor="@color/primarytext"/> + android:textColor="@color/primarytext" /> + android:text="@string/subscriptions" + android:textColor="@color/primarytext"/> + android:textColor="@color/primarytext" /> + android:textColor="@color/primarytext" /> + android:background="@color/secondarybackground"> + android:text="@string/muc_details_conference" + android:textColor="@color/primarytext"/> + android:background="@color/primarybackground" > + android:textSize="14sp" + android:textColor="@color/primarytext"/> + android:text="@string/muc_details_your_nickname" + android:textColor="@color/primarytext"/> + android:background="@color/primarybackground" > + android:textColor="@color/primarytext"/> + android:text="@string/muc_details_other_members" + android:textColor="@color/primarytext"/> diff --git a/res/layout/contact_key.xml b/res/layout/contact_key.xml index dcac42e98277d2886a1882d73f79339579b26bf8..0c457c25d2a60ffc105b5b0ea487fa357b9cc47b 100644 --- a/res/layout/contact_key.xml +++ b/res/layout/contact_key.xml @@ -10,13 +10,13 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="18sp" - android:textColor="#5b5b5b" + android:textColor="@color/primarytext" android:typeface="monospace" /> \ No newline at end of file diff --git a/res/layout/conversation_list_row.xml b/res/layout/conversation_list_row.xml index 8b9c461d760b3ce5bbc29f6a7038253c90508860..97985737ec6402f2168e77e34f765b8e2985d27a 100644 --- a/res/layout/conversation_list_row.xml +++ b/res/layout/conversation_list_row.xml @@ -25,8 +25,8 @@ android:layout_alignLeft="@+id/conversation_lastwrapper" android:layout_toLeftOf="@+id/conversation_lastupdate" android:singleLine="true" - android:textColor="#636363" android:textSize="18sp" + android:textColor="@color/primarytext" android:typeface="sans" /> @@ -52,7 +51,7 @@ android:id="@+id/conversation_lastimage" android:layout_width="fill_parent" android:layout_height="36dp" - android:background="#333333" + android:background="@color/primarytext" android:scaleType="centerCrop" /> @@ -63,8 +62,8 @@ android:layout_alignBaseline="@+id/conversation_name" android:layout_alignParentRight="true" android:gravity="right" - android:textColor="#636363" - android:textSize="12sp" /> + android:textSize="12sp" + android:textColor="@color/secondarytext"/> diff --git a/res/layout/dialog_verify_otr.xml b/res/layout/dialog_verify_otr.xml index a55dce0174f0e32e1136d34e6b2c27f00abad1a6..c518c64707d0760a69bd83721f5d6274baa67e48 100644 --- a/res/layout/dialog_verify_otr.xml +++ b/res/layout/dialog_verify_otr.xml @@ -12,7 +12,7 @@ android:layout_height="wrap_content" android:paddingTop="8dp" android:text="Jabber ID" - android:textColor="#33B5E5" + android:textColor="@color/primarytext" android:textSize="18sp"/> + android:textSize="14sp" + android:textColor="@color/secondarytext"/> + android:typeface="monospace" + android:textColor="@color/secondarytext"/> + android:text="@string/your_fingerprint" + android:textSize="18sp" + android:textColor="@color/primarytext"/> + android:typeface="monospace" + android:textColor="@color/secondarytext"/> diff --git a/res/layout/edit_contact_name.xml b/res/layout/edit_contact_name.xml index 206c74323070df5807ec3c604a8262c8a8d02257..42f0fb88e8ce1679ac24d360a6e4831b7121fc47 100644 --- a/res/layout/edit_contact_name.xml +++ b/res/layout/edit_contact_name.xml @@ -10,7 +10,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/enter_new_name" - android:textColor="#5b5b5b" + android:textColor="@color/primarytext" android:textSize="18sp" /> + android:background="@color/primarybackground" > + android:background="@color/primarybackground" > + android:paddingTop="12dp" + android:textColor="@color/primarytext"> @@ -49,7 +50,7 @@ android:layout_above="@+id/textsend" android:layout_alignParentLeft="true" android:layout_below="@+id/info_box" - android:background="#e5e5e5" + android:background="@color/secondarybackground" android:divider="@null" android:dividerHeight="0dp" android:listSelector="@android:color/transparent" diff --git a/res/layout/manage_accounts.xml b/res/layout/manage_accounts.xml index 0866477a3aef0034b1909210ad5c5d556de45472..a2a01bf1bd3195958cf1e7fcc4685ebab33d62f5 100644 --- a/res/layout/manage_accounts.xml +++ b/res/layout/manage_accounts.xml @@ -8,7 +8,8 @@ android:id="@+id/account_list" android:layout_width="fill_parent" android:layout_height="wrap_content" - tools:listitem="@layout/account_row"> + android:divider="@color/divider" + android:dividerHeight="1dp"> \ No newline at end of file diff --git a/res/layout/message_recieved.xml b/res/layout/message_recieved.xml index 7949f2e1b15e4303efcbad182971c9bf33ccf4c9..563d730d137c8cb2a08496a246bb4eb024a171fc 100644 --- a/res/layout/message_recieved.xml +++ b/res/layout/message_recieved.xml @@ -20,7 +20,7 @@ + android:textSize="14sp" + android:textColor="@color/primarytext"/>