Skip to content

Commit

Permalink
Centering the widget vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbrandwein committed Apr 19, 2017
1 parent 60ac30d commit c5784e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_widget.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<LinearLayout
Expand Down

0 comments on commit c5784e4

Please sign in to comment.