Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#69859A"
tools:context=".Song">
<View
android:id="@+id/view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true" />
<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="302dp"
android:layout_above="@+id/divider2"
android:layout_below="@+id/titluSong"
android:layout_alignParentStart="true"
android:layout_marginTop="20dp"
android:layout_marginBottom="30dp"
android:id="@+id/horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<LinearLayout
android:layout_width="150dp"
android:layout_height="match_parent"
android:orientation="vertical">
<Button
android:id="@+id/btn_americanDrim"
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="dreamer" />
<Button
android:id="@+id/btn_change"
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="motivat sa schimb lumea frt"
android:layout_marginTop="15dp"/>
<Button
android:id="@+id/btn_maidanez"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="15dp"
android:text="putin Caine"
/>
</LinearLayout>
<LinearLayout
android:layout_width="150dp"
android:layout_height="match_parent"
android:orientation="vertical">
<Button
android:id="@+id/btn_doamna"
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="andragostit" />
<Button
android:id="@+id/btn_balcani"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="15dp"
android:text="situat in zona balcanica a europei" />
<Button
android:id="@+id/btn_vip"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="15dp"
android:text="foarte importanta persoana" />
</LinearLayout>
<LinearLayout
android:layout_width="150dp"
android:layout_height="match_parent"
android:orientation="vertical">
<Button
android:id="@+id/btn_foame"
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="Hungry" />
<Button
android:id="@+id/btn_fresh"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="15dp"
android:text="fresh" />
<Button
android:id="@+id/btn_bar"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="15dp"
android:text="petrecaret" />
</LinearLayout>
<LinearLayout
android:layout_width="150dp"
android:layout_height="match_parent"
android:orientation="vertical">
<Button
android:id="@+id/btn_bani"
android:layout_width="match_parent"
android:layout_height="100dp"
android:text="v@loro$" />
<Button
android:id="@+id/btn_secret"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="15dp"
android:text="nu vreau sa zic, e secret" />
<Button
android:id="@+id/btn_vest"
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_marginTop="15dp"
android:text="calator" />
</LinearLayout>
</LinearLayout>
</HorizontalScrollView>
<ImageView
android:layout_width="122dp"
android:layout_height="73dp"
android:layout_above="@+id/youtubePlayer"
android:layout_below="@+id/horizontal"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginTop="-90dp"
android:layout_marginEnd="3dp"
android:layout_marginRight="3dp"
android:layout_marginBottom="-30dp"
android:src="@drawable/arrow">
</ImageView>
<com.google.android.youtube.player.YouTubePlayerView
android:id="@+id/youtubePlayer"
android:layout_width="match_parent"
android:layout_height="281dp"
android:layout_alignTop="@+id/divider2"
android:layout_alignParentStart="true"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginStart="0dp"
android:layout_marginTop="0dp"
android:layout_marginEnd="0dp"
android:layout_marginBottom="0dp" />
<View
android:id="@+id/divider2"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_alignParentStart="true"
android:layout_alignParentBottom="true"
android:layout_marginBottom="287dp"
android:background="?android:attr/listDivider" />
<TextView
android:id="@+id/titluSong"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:gravity="center"
android:text="Cum te simti azi, boss?"
android:textColor="#1A237E"
android:textSize="20dp" />
</RelativeLayout>