Created
March 31, 2019 09:24
-
-
Save CWrecker/3f8784c86e50782b3e4edfb81deac647 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TextView | |
android:layout_width="match_parent" | |
android:layout_height="30dp" | |
android:layout_gravity="center" | |
android:gravity="center" | |
android:text="Vodka Drinks" | |
android:textColor="@color/White" | |
android:textSize="20dp" | |
android:textStyle="bold" /> | |
<in.goodiebag.carouselpicker.CarouselPicker | |
android:id="@+id/carouselPicker1" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginTop="20dp" | |
android:layout_marginBottom="20dp" | |
android:background="#FFF" | |
app:items_visible="three" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment