|
134 | 134 | android:text="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmodtempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. " |
135 | 135 | /> |
136 | 136 |
|
137 | | - <TextView android:id="@+id/detailNextVideoTitle" |
138 | | - android:layout_width="wrap_content" |
139 | | - android:layout_height="wrap_content" |
140 | | - android:layout_below="@id/detailDescriptionView" |
141 | | - android:layout_alignParentLeft="true" |
142 | | - android:paddingLeft="6dp" |
143 | | - android:paddingRight="6dp" |
144 | | - android:paddingTop="20dp" |
145 | | - android:paddingBottom="6dp" |
146 | | - android:textAppearance="?android:attr/textAppearanceMedium" |
147 | | - android:textColor="@android:color/black" |
148 | | - android:text="@string/nextVideoTitle" |
149 | | - /> |
150 | | - |
151 | | - <View android:id="@+id/detailNextVideoSeperationLine" |
152 | | - android:layout_width="fill_parent" |
153 | | - android:layout_height="1dp" |
154 | | - android:layout_marginLeft="6dp" |
155 | | - android:layout_marginRight="6dp" |
156 | | - android:background="@android:color/darker_gray" |
157 | | - android:layout_below="@id/detailNextVideoTitle" |
158 | | - android:layout_alignParentLeft="true" /> |
159 | | - |
160 | | - <RelativeLayout android:id="@+id/detailNextVidButtonAndContantLayout" |
| 137 | + <RelativeLayout android:id="@+id/detailNextVideoRootLayout" |
161 | 138 | android:layout_width="match_parent" |
162 | 139 | android:layout_height="wrap_content" |
163 | | - android:layout_below="@id/detailNextVideoSeperationLine"> |
164 | | - <FrameLayout |
165 | | - android:id="@+id/detailNextVideoFrame" |
166 | | - android:layout_width="match_parent" |
167 | | - android:layout_height="wrap_content"/> |
168 | | - <Button |
169 | | - android:id="@+id/detailNextVideoButton" |
| 140 | + android:layout_below="@id/detailDescriptionView" > |
| 141 | + |
| 142 | + <TextView android:id="@+id/detailNextVideoTitle" |
| 143 | + android:layout_width="wrap_content" |
| 144 | + android:layout_height="wrap_content" |
| 145 | + android:layout_alignParentLeft="true" |
| 146 | + android:paddingLeft="6dp" |
| 147 | + android:paddingRight="6dp" |
| 148 | + android:paddingTop="20dp" |
| 149 | + android:paddingBottom="6dp" |
| 150 | + android:textAppearance="?android:attr/textAppearanceMedium" |
| 151 | + android:textColor="@android:color/black" |
| 152 | + android:text="@string/nextVideoTitle" |
| 153 | + /> |
| 154 | + |
| 155 | + <View android:id="@+id/detailNextVideoSeperationLine" |
| 156 | + android:layout_width="fill_parent" |
| 157 | + android:layout_height="1dp" |
| 158 | + android:layout_marginLeft="6dp" |
| 159 | + android:layout_marginRight="6dp" |
| 160 | + android:background="@android:color/darker_gray" |
| 161 | + android:layout_below="@id/detailNextVideoTitle" |
| 162 | + android:layout_alignParentLeft="true" /> |
| 163 | + |
| 164 | + <RelativeLayout android:id="@+id/detailNextVidButtonAndContantLayout" |
170 | 165 | android:layout_width="match_parent" |
171 | | - android:layout_height="match_parent" |
172 | | - android:layout_alignTop="@id/detailNextVideoFrame" |
173 | | - android:layout_alignBottom="@id/detailNextVideoFrame" |
174 | | - android:background="?attr/selectableItemBackground"/> |
| 166 | + android:layout_height="wrap_content" |
| 167 | + android:layout_below="@id/detailNextVideoSeperationLine"> |
| 168 | + <FrameLayout |
| 169 | + android:id="@+id/detailNextVideoFrame" |
| 170 | + android:layout_width="match_parent" |
| 171 | + android:layout_height="wrap_content"/> |
| 172 | + <Button |
| 173 | + android:id="@+id/detailNextVideoButton" |
| 174 | + android:layout_width="match_parent" |
| 175 | + android:layout_height="match_parent" |
| 176 | + android:layout_alignTop="@id/detailNextVideoFrame" |
| 177 | + android:layout_alignBottom="@id/detailNextVideoFrame" |
| 178 | + android:background="?attr/selectableItemBackground"/> |
| 179 | + </RelativeLayout> |
| 180 | + |
| 181 | + <View android:id="@+id/detailNextVideoSeperationLineEnd" |
| 182 | + android:layout_width="fill_parent" |
| 183 | + android:layout_height="1dp" |
| 184 | + android:layout_marginLeft="6dp" |
| 185 | + android:layout_marginRight="6dp" |
| 186 | + android:background="@android:color/darker_gray" |
| 187 | + android:layout_below="@id/detailNextVidButtonAndContantLayout" |
| 188 | + android:layout_alignParentLeft="true" /> |
175 | 189 | </RelativeLayout> |
176 | 190 |
|
177 | | - <View android:id="@+id/detailNextVideoSeperationLineEnd" |
178 | | - android:layout_width="fill_parent" |
179 | | - android:layout_height="1dp" |
180 | | - android:layout_marginLeft="6dp" |
181 | | - android:layout_marginRight="6dp" |
182 | | - android:background="@android:color/darker_gray" |
183 | | - android:layout_below="@id/detailNextVidButtonAndContantLayout" |
184 | | - android:layout_alignParentLeft="true" /> |
185 | | - |
186 | 191 | <View |
187 | 192 | android:layout_width="match_parent" |
188 | 193 | android:layout_height="100dip" |
|
0 commit comments