Skip to content

Commit

Permalink
Minor bug fix with respect to the video's description SlidingDrawer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-on committed Feb 24, 2016
1 parent f4537a7 commit 921a496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/video_description.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/video_player_drawer_background">
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp"
android:background="@color/video_player_drawer_background">
android:padding="16dp">

<TextView
android:id="@+id/video_desc_title"
Expand Down

0 comments on commit 921a496

Please sign in to comment.