# HG changeset patch # User Carl Byington # Date 1425941051 25200 # Node ID 56d1dbfa69727091a9a190c5ac003f2dd519c734 # Parent a0bff4b395128a09746c9493ea6c1b0d451b6148 fix alignment problem on very high res screens diff -r a0bff4b39512 -r 56d1dbfa6972 AndroidManifest.xml --- a/AndroidManifest.xml Fri Dec 26 10:35:50 2014 -0800 +++ b/AndroidManifest.xml Mon Mar 09 15:44:11 2015 -0700 @@ -17,8 +17,8 @@ --> diff -r a0bff4b39512 -r 56d1dbfa6972 res/layout/act_hostlist.xml --- a/res/layout/act_hostlist.xml Fri Dec 26 10:35:50 2014 -0800 +++ b/res/layout/act_hostlist.xml Mon Mar 09 15:44:11 2015 -0700 @@ -19,46 +19,50 @@ --> + xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + > - + + + - + + - + - +