Commit 862411b3 authored by Eliézer de Oliveira's avatar Eliézer de Oliveira

add background-color and increasing the padding of textview

parent 53d278bc
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical"> android:orientation="vertical"
android:background="@color/groupChatRoomSeparator">
<!--<View <!--<View
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -14,14 +15,14 @@ ...@@ -14,14 +15,14 @@
style="@style/ChatRooms.Header" style="@style/ChatRooms.Header"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="8dp" android:padding="16dp"
android:paddingEnd="@dimen/screen_edge_left_and_right_padding" android:paddingEnd="@dimen/screen_edge_left_and_right_padding"
android:paddingStart="@dimen/screen_edge_left_and_right_padding" android:paddingStart="@dimen/screen_edge_left_and_right_padding"
android:text="@string/chatroom_header" /> android:text="@string/chatroom_header" />
<View <!--<View
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="1dp" android:layout_height="1dp"
android:background="@color/quoteBar" /> android:background="@color/quoteBar" />-->
</LinearLayout> </LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment