You need to sign in or sign up before continuing.
Commit ebaeee10 authored by Varun Patil's avatar Varun Patil

Make mess menu title flush with AppBar (needs 174a0301)

parent 174a0301
...@@ -9,7 +9,10 @@ ...@@ -9,7 +9,10 @@
android:id="@+id/hostel_spinner" android:id="@+id/hostel_spinner"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="16dp" /> android:background="@color/colorPrimary"
android:theme="@style/AppTheme"
android:paddingLeft="16dp"
android:paddingBottom="12dp"/>
<android.support.v4.widget.SwipeRefreshLayout <android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/mess_menu_swipe_refresh_layout" android:id="@+id/mess_menu_swipe_refresh_layout"
...@@ -20,8 +23,7 @@ ...@@ -20,8 +23,7 @@
<android.support.v7.widget.RecyclerView <android.support.v7.widget.RecyclerView
android:id="@+id/mess_menu_recycler_view" android:id="@+id/mess_menu_recycler_view"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent" />
android:paddingTop="8dp" />
</android.support.v4.widget.SwipeRefreshLayout> </android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout> </LinearLayout>
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:gravity="start" android:gravity="start"
android:padding="4dp" android:padding="4dp"
android:textColor="#000000" android:textColor="@color/primaryTextColor"
android:textSize="20sp" /> android:textSize="20sp" />
\ 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