|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<sleepchild.view.ContainerLayout |
| 3 | + xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | + android:layout_width="match_parent" |
| 5 | + android:layout_height="match_parent" |
| 6 | + android:background="@color/pluto"> |
| 7 | + |
| 8 | + <LinearLayout |
| 9 | + android:orientation="vertical" |
| 10 | + android:layout_width="match_parent" |
| 11 | + android:layout_height="match_parent"> |
| 12 | + |
| 13 | + <RelativeLayout |
| 14 | + android:layout_width="match_parent" |
| 15 | + android:layout_height="40dp"> |
| 16 | + |
| 17 | + <LinearLayout |
| 18 | + android:id="@+id/auplayer_btn_back" |
| 19 | + android:onClick="onButton" |
| 20 | + android:orientation="vertical" |
| 21 | + android:layout_width="40dp" |
| 22 | + android:layout_height="match_parent" |
| 23 | + android:gravity="center"> |
| 24 | + |
| 25 | + <sleepchild.view.TintedImageView |
| 26 | + android:clickable="false" |
| 27 | + android:layout_width="26dp" |
| 28 | + android:layout_height="26dp" |
| 29 | + android:background="@drawable/ic_keyboard_arrow_left_black_24dp"/> |
| 30 | + |
| 31 | + </LinearLayout> |
| 32 | + |
| 33 | + <LinearLayout |
| 34 | + android:id="@+id/auplayer_btn_options" |
| 35 | + android:onClick="onButton" |
| 36 | + android:orientation="vertical" |
| 37 | + android:layout_width="40dp" |
| 38 | + android:layout_height="match_parent" |
| 39 | + android:layout_alignParentRight="true" |
| 40 | + android:gravity="center"> |
| 41 | + |
| 42 | + <sleepchild.view.TintedImageView |
| 43 | + android:clickable="false" |
| 44 | + android:layout_width="22dp" |
| 45 | + android:layout_height="22dp" |
| 46 | + android:background="@drawable/ic_more_vert_black_24dp"/> |
| 47 | + |
| 48 | + </LinearLayout> |
| 49 | + |
| 50 | + </RelativeLayout> |
| 51 | + |
| 52 | + <RelativeLayout |
| 53 | + android:tag="artback" |
| 54 | + android:layout_width="match_parent" |
| 55 | + android:layout_height="wrap_content" |
| 56 | + android:layout_margin="5dp" |
| 57 | + android:layout_weight="1.0"> |
| 58 | + |
| 59 | + <LinearLayout |
| 60 | + android:id="@+id/aupalyer_iv_art2_background" |
| 61 | + android:orientation="vertical" |
| 62 | + android:layout_width="match_parent" |
| 63 | + android:layout_height="match_parent"/> |
| 64 | + |
| 65 | + <LinearLayout |
| 66 | + android:orientation="vertical" |
| 67 | + android:layout_width="match_parent" |
| 68 | + android:layout_height="match_parent" |
| 69 | + android:background="#00000000" |
| 70 | + android:alpha="0.3"/> |
| 71 | + |
| 72 | + <LinearLayout |
| 73 | + android:orientation="vertical" |
| 74 | + android:layout_width="match_parent" |
| 75 | + android:layout_height="match_parent" |
| 76 | + android:id="@+id/layout3LinearLayout1"> |
| 77 | + |
| 78 | + <LinearLayout |
| 79 | + android:orientation="vertical" |
| 80 | + android:layout_width="match_parent" |
| 81 | + android:layout_height="wrap_content" |
| 82 | + android:layout_weight="1.0" |
| 83 | + android:padding="20dp"> |
| 84 | + |
| 85 | + <ImageView |
| 86 | + android:id="@+id/auplayer_iv_art" |
| 87 | + android:src="@drawable/fallback_cover" |
| 88 | + android:layout_width="match_parent" |
| 89 | + android:layout_height="match_parent"/> |
| 90 | + |
| 91 | + </LinearLayout> |
| 92 | + |
| 93 | + <LinearLayout |
| 94 | + android:orientation="vertical" |
| 95 | + android:layout_width="match_parent" |
| 96 | + android:layout_height="wrap_content" |
| 97 | + android:layout_margin="4dp"> |
| 98 | + |
| 99 | + <TextView |
| 100 | + android:id="@+id/auplayer_tv_title" |
| 101 | + android:layout_width="wrap_content" |
| 102 | + android:layout_height="wrap_content" |
| 103 | + android:text="If I Were You" |
| 104 | + android:background="@color/pluto" |
| 105 | + android:textColor="@color/text" |
| 106 | + android:textSize="20sp" |
| 107 | + android:layout_marginBottom="4dp" |
| 108 | + android:ellipsize="end" |
| 109 | + android:singleLine="true"/> |
| 110 | + |
| 111 | + <TextView |
| 112 | + android:id="@+id/auplayer_tv_artist" |
| 113 | + android:layout_width="wrap_content" |
| 114 | + android:layout_height="wrap_content" |
| 115 | + android:text="Sirens" |
| 116 | + android:textColor="@color/text" |
| 117 | + android:textSize="16sp" |
| 118 | + android:background="@color/pluto" |
| 119 | + android:ellipsize="end" |
| 120 | + android:singleLine="true"/> |
| 121 | + |
| 122 | + </LinearLayout> |
| 123 | + |
| 124 | + </LinearLayout> |
| 125 | + |
| 126 | + </RelativeLayout> |
| 127 | + |
| 128 | + <LinearLayout |
| 129 | + android:orientation="vertical" |
| 130 | + android:layout_width="match_parent" |
| 131 | + android:layout_height="wrap_content" |
| 132 | + android:padding="10dp"> |
| 133 | + |
| 134 | + <SeekBar |
| 135 | + android:id="@+id/aupalyer_seeker" |
| 136 | + android:layout_width="match_parent" |
| 137 | + android:layout_height="18dp"/> |
| 138 | + |
| 139 | + <RelativeLayout |
| 140 | + android:layout_width="match_parent" |
| 141 | + android:layout_height="wrap_content"> |
| 142 | + |
| 143 | + <TextView |
| 144 | + android:id="@+id/auplayer_currentpos" |
| 145 | + android:layout_width="wrap_content" |
| 146 | + android:layout_height="wrap_content" |
| 147 | + android:text="00:00" |
| 148 | + android:textColor="@color/text" |
| 149 | + android:textSize="14sp"/> |
| 150 | + |
| 151 | + <TextView |
| 152 | + android:id="@+id/auplayer_duration" |
| 153 | + android:layout_width="wrap_content" |
| 154 | + android:layout_height="wrap_content" |
| 155 | + android:text="00:00" |
| 156 | + android:layout_alignParentRight="true" |
| 157 | + android:textColor="@color/text" |
| 158 | + android:textSize="14sp"/> |
| 159 | + |
| 160 | + </RelativeLayout> |
| 161 | + |
| 162 | + <LinearLayout |
| 163 | + android:orientation="horizontal" |
| 164 | + android:layout_width="match_parent" |
| 165 | + android:layout_height="wrap_content" |
| 166 | + android:gravity="center"> |
| 167 | + |
| 168 | + <LinearLayout |
| 169 | + android:id="@+id/auplayer_btn_prev" |
| 170 | + android:onClick="onButton" |
| 171 | + android:orientation="vertical" |
| 172 | + android:layout_width="wrap_content" |
| 173 | + android:layout_height="wrap_content" |
| 174 | + android:padding="15dp"> |
| 175 | + |
| 176 | + <sleepchild.view.TintedImageView |
| 177 | + android:clickable="false" |
| 178 | + android:layout_width="34dp" |
| 179 | + android:layout_height="34dp" |
| 180 | + android:background="@drawable/ic_prev"/> |
| 181 | + |
| 182 | + </LinearLayout> |
| 183 | + |
| 184 | + <sleepchild.view.TintedImageView |
| 185 | + android:id="@+id/auplayer_btn_playpause" |
| 186 | + android:onClick="onButton" |
| 187 | + android:layout_width="80dp" |
| 188 | + android:layout_height="80dp" |
| 189 | + android:background="@drawable/ic_play" |
| 190 | + android:layout_marginRight="30dp" |
| 191 | + android:layout_marginLeft="30dp"/> |
| 192 | + |
| 193 | + <LinearLayout |
| 194 | + android:id="@+id/auplayer_btn_next" |
| 195 | + android:onClick="onButton" |
| 196 | + android:orientation="vertical" |
| 197 | + android:layout_width="wrap_content" |
| 198 | + android:layout_height="wrap_content" |
| 199 | + android:padding="15dp"> |
| 200 | + |
| 201 | + <sleepchild.view.TintedImageView |
| 202 | + android:clickable="false" |
| 203 | + android:layout_width="34dp" |
| 204 | + android:layout_height="34dp" |
| 205 | + android:background="@drawable/ic_next"/> |
| 206 | + |
| 207 | + </LinearLayout> |
| 208 | + |
| 209 | + </LinearLayout> |
| 210 | + |
| 211 | + </LinearLayout> |
| 212 | + |
| 213 | + </LinearLayout> |
| 214 | + |
| 215 | +</sleepchild.view.ContainerLayout> |
0 commit comments