Created
December 24, 2017 13:31
-
-
Save hkakutalua/3ea615b2c109c68d104a2720c9341c91 to your computer and use it in GitHub Desktop.
Initial popular_movie_list_item
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:orientation="vertical" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:padding="8dp"> | |
<TextView | |
android:id="@+id/text_movie_info" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:textSize="24sp" | |
tools:text="Liga da Justiça" /> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment