Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created January 30, 2018 11:39
Show Gist options
  • Save alfianyusufabdullah/8ee60800016c0e96e84203c9bb5c91ac to your computer and use it in GitHub Desktop.
Save alfianyusufabdullah/8ee60800016c0e96e84203c9bb5c91ac to your computer and use it in GitHub Desktop.
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="20dp"
app:cardCornerRadius="5dp">
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/ThemeOverlay.AppCompat.Light"
app:contentInsetStartWithNavigation="0dp"
app:titleTextColor="@color/colorPrimaryDark"/>
</android.support.v7.widget.CardView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment