Skip to content

Commit

Permalink
Sample project updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromassango committed Sep 3, 2018
1 parent 7bcb2d0 commit 6292126
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions app/src/main/res/layout/foldable_backdrop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,39 @@

<com.google.android.material.button.MaterialButton
style="@style/Widget.MaterialComponents.Button"
android:layout_width="wrap_content"
android:text="@string/app_name"
android:layout_width="280dp"
android:backgroundTint="#a7a7a7"
android:layout_height="wrap_content" />

<com.google.android.material.button.MaterialButton
android:layout_width="wrap_content"
android:layout_marginTop="16dp"
android:text="@string/app_name"
android:layout_width="100dp"
android:backgroundTint="#a7a7a7"
style="@style/Widget.MaterialComponents.Button"
android:layout_height="wrap_content" />
android:layout_height="30dp" />

<com.google.android.material.button.MaterialButton
android:layout_width="wrap_content"
android:text="@string/app_name"
style="@style/Widget.MaterialComponents.Button"
android:layout_width="280dp"
android:layout_marginTop="16dp"
android:backgroundTint="#a7a7a7"
android:layout_height="wrap_content" />

<com.google.android.material.button.MaterialButton
android:layout_width="wrap_content"
android:layout_marginTop="16dp"
android:text="@string/app_name"
android:layout_width="80dp"
android:backgroundTint="#a7a7a7"
style="@style/Widget.MaterialComponents.Button"
android:layout_height="wrap_content" />
android:layout_height="30dp" />

<com.google.android.material.button.MaterialButton
android:layout_width="wrap_content"
android:text="@string/app_name"
style="@style/Widget.MaterialComponents.Button"
android:layout_width="280dp"
android:layout_marginTop="16dp"
android:backgroundTint="#a7a7a7"
android:layout_height="wrap_content" />

<com.google.android.material.button.MaterialButton
android:layout_width="140dp"
android:backgroundTint="#a7a7a7"
style="@style/Widget.MaterialComponents.Button"
android:layout_height="30dp" />
</LinearLayout>

0 comments on commit 6292126

Please sign in to comment.