Skip to content

Commit

Permalink
fixed back view components
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromassango committed Sep 10, 2018
1 parent 43617e1 commit 915ab73
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions app/src/main/res/layout/main_backdrop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_gravity="center_horizontal"
android:background="@color/colorPrimary"
android:layout_height="wrap_content">
android:layout_height="100dp">

<com.google.android.material.button.MaterialButton
style="@style/Widget.MaterialComponents.Button.TextButton"
Expand All @@ -13,7 +13,7 @@
android:gravity="center"
android:id="@+id/btn_home"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="50dp" />

<com.google.android.material.button.MaterialButton
style="@style/Widget.MaterialComponents.Button.TextButton"
Expand All @@ -31,12 +31,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />


<com.google.android.material.button.MaterialButton
style="@style/Widget.MaterialComponents.Button.TextButton"
android:text="Settings"
android:textColor="#fff"
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>

0 comments on commit 915ab73

Please sign in to comment.