Commit 2f8a967b authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update room_toolbar.xml

parent 0add5e13
...@@ -4,9 +4,8 @@ ...@@ -4,9 +4,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minHeight="?attr/actionBarSize" android:minHeight="?attr/actionBarSize"
app:titleTextColor="@android:color/white" app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:background="@color/color_accent"> app:popupTheme="@style/ThemeOverlay.AppCompat.Light">
<android.support.constraint.ConstraintLayout <android.support.constraint.ConstraintLayout
android:layout_width="match_parent" android:layout_width="match_parent"
...@@ -14,8 +13,8 @@ ...@@ -14,8 +13,8 @@
<ImageView <ImageView
android:id="@+id/roomIconImageView" android:id="@+id/roomIconImageView"
android:layout_width="10dp" android:layout_width="wrap_content"
android:layout_height="10dp" android:layout_height="wrap_content"
app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
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