Skip to content

Commit

Permalink
Fixed header view in recycler adatper.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperPaul123 committed Nov 23, 2015
1 parent 559433e commit a957998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FPlib/src/main/res/layout/file_list_header_view.xml
Expand Up @@ -19,7 +19,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="48dp"
android:layout_height="54dp"
android:padding="16dp"
android:background="@android:color/background_light">

Expand Down

0 comments on commit a957998

Please sign in to comment.