Skip to content

Commit

Permalink
updated to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
PierfrancescoSoffritti committed Nov 14, 2017
2 parents c99d4dc + c87e8d5 commit e06b02e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions YouTubePlayer/src/main/res/layout/mylayout.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shape_rounded_corners"
android:layout_margin="8dp" >

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="test"
android:padding="16dp"/>

</LinearLayout>

0 comments on commit e06b02e

Please sign in to comment.