aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_muc_details.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-17 23:50:57 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-17 23:57:53 +0100
commit1eb3d7c971d9a8b8316f533eb454a2427bef455b (patch)
tree585082562eafe30b73a2a72874be1bade587a32a /src/main/res/layout/activity_muc_details.xml
parent3beede4d1d334ee34f83d4a67b0b040195961809 (diff)
fixed paddings
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/activity_muc_details.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/main/res/layout/activity_muc_details.xml b/src/main/res/layout/activity_muc_details.xml
index 15af277a0..5dfe75458 100644
--- a/src/main/res/layout/activity_muc_details.xml
+++ b/src/main/res/layout/activity_muc_details.xml
@@ -18,14 +18,13 @@
android:layout_marginLeft="@dimen/activity_horizontal_margin"
android:layout_marginRight="@dimen/activity_horizontal_margin"
android:layout_marginTop="@dimen/activity_vertical_margin"
- android:orientation="vertical"
- android:padding="@dimen/infocard_padding">
+ android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:padding="@dimen/infocard_padding">
+ android:padding="@dimen/card_padding_regular">
<android.support.text.emoji.widget.EmojiTextView
android:id="@+id/conference_name"
@@ -117,14 +116,13 @@
android:layout_marginLeft="@dimen/activity_horizontal_margin"
android:layout_marginRight="@dimen/activity_horizontal_margin"
android:layout_marginTop="@dimen/activity_vertical_margin"
- android:orientation="vertical"
- android:padding="@dimen/infocard_padding">
+ android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:padding="@dimen/infocard_padding">
+ android:padding="@dimen/card_padding_list">
<RelativeLayout
android:layout_width="fill_parent"
@@ -215,7 +213,6 @@
android:layout_marginRight="@dimen/activity_horizontal_margin"
android:layout_marginTop="@dimen/activity_vertical_margin"
android:orientation="vertical"
- android:padding="@dimen/infocard_padding"
android:visibility="gone">
@@ -223,7 +220,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:padding="@dimen/infocard_padding">
+ android:padding="@dimen/card_padding_list">
<TableLayout
android:layout_width="match_parent"