diff --git a/app/app.iml b/app/app.iml index a8c8c7e..b77b354 100644 --- a/app/app.iml +++ b/app/app.iml @@ -32,12 +32,14 @@ + + @@ -82,6 +84,7 @@ + @@ -89,12 +92,22 @@ + + + + + + + + + + diff --git a/app/src/main/res/drawable/searchlist.xml b/app/src/main/res/drawable/searchlist.xml index f613773..c75b725 100644 --- a/app/src/main/res/drawable/searchlist.xml +++ b/app/src/main/res/drawable/searchlist.xml @@ -7,5 +7,5 @@ android:top="10dp" android:bottom="10dp"/> - + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_search.xml b/app/src/main/res/layout/fragment_search.xml index c8c9c21..0407c07 100644 --- a/app/src/main/res/layout/fragment_search.xml +++ b/app/src/main/res/layout/fragment_search.xml @@ -12,59 +12,47 @@ android:layout_width="match_parent" android:layout_height="wrap_content"> - + android:layout_height="wrap_content"> + android:paddingRight="30dp" + android:layout_row="0" + android:layout_column="0"/> - - - - + android:layout_row="0" + android:layout_column="1"/> + android:paddingRight="30dp" + android:layout_row="1" + android:layout_column="0"/> - + android:textSize="22sp" + android:layout_row="1" + android:layout_column="1" + android:layout_width="fill_parent" /> + + diff --git a/build.gradle b/build.gradle index d14039d..b193299 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.3' + classpath 'com.android.tools.build:gradle:2.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files