Skip to content

Commit

Permalink
Fix background of FPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Sep 13, 2016
1 parent f7a298e commit e45165a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions res/layout/activity_fpicker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="in.celest.xash3dVR.FPicker"
android:background="#252525"
tools:context="in.celest.xash3dVR.FPicker"
android:orientation="vertical">

<ListView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/FileView"
android:id="@+id/FileView"
android:layout_weight="1"/>

<Button
Expand Down

0 comments on commit e45165a

Please sign in to comment.