diff --git a/res/drawable/ic_baseline_settings_24.xml b/res/drawable/ic_baseline_settings_24.xml new file mode 100644 index 0000000..b240b83 --- /dev/null +++ b/res/drawable/ic_baseline_settings_24.xml @@ -0,0 +1,5 @@ + + + diff --git a/res/layout/activity_about.xml b/res/layout/activity_about.xml index ff57657..5c8bf4f 100644 --- a/res/layout/activity_about.xml +++ b/res/layout/activity_about.xml @@ -1,16 +1,22 @@ + + + \ No newline at end of file diff --git a/res/layout/new_main_activity.xml b/res/layout/activity_principal.xml similarity index 100% rename from res/layout/new_main_activity.xml rename to res/layout/activity_principal.xml diff --git a/res/layout/fragment_main_screen.xml b/res/layout/fragment_main_screen.xml index e7ca44e..746319c 100644 --- a/res/layout/fragment_main_screen.xml +++ b/res/layout/fragment_main_screen.xml @@ -1,163 +1,164 @@ + tools:context=".fragments.MainScreenFragment" + android:paddingTop="10dip" + > + /> + android:id="@+id/busStopSearchByNameEditText" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginEnd="5dp" + android:layout_marginLeft="5dip" + android:layout_marginRight="5dip" + android:layout_toEndOf="@+id/QRButton" + android:layout_toLeftOf="@+id/searchButton" + android:layout_toRightOf="@+id/QRButton" + android:layout_toStartOf="@+id/searchButton" + + android:ems="10" + android:hint="@string/insert_bus_stop_name" + android:imeOptions="actionSearch" + android:singleLine="true" + android:visibility="gone"> + />