diff --git a/app/build.gradle b/app/build.gradle index 8ef1f20f..b580e303 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.cornellappdev.android.eatery" minSdkVersion 26 targetSdkVersion 33 - versionCode 51 - versionName "2.7.5" + versionCode 52 + versionName "2.7.6" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' resValue 'string', "google_maps_key", keyProperties["googleMapApiKey"] resValue 'string', "encryption_key", keyProperties['encryptionKey'] diff --git a/app/src/main/res/drawable/recruitment_popup_2.xml b/app/src/main/res/drawable/recruitment_popup_2.xml new file mode 100644 index 00000000..42e75637 --- /dev/null +++ b/app/src/main/res/drawable/recruitment_popup_2.xml @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/fragment_main_list.xml b/app/src/main/res/layout/fragment_main_list.xml index 045f2ef9..6cff3d14 100644 --- a/app/src/main/res/layout/fragment_main_list.xml +++ b/app/src/main/res/layout/fragment_main_list.xml @@ -1,20 +1,20 @@ + android:scrollbars="none" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> + app:layout_constraintVertical_bias="0.98" /> diff --git a/app/src/main/res/layout/pop_up.xml b/app/src/main/res/layout/pop_up.xml index 64d28914..d659b653 100644 --- a/app/src/main/res/layout/pop_up.xml +++ b/app/src/main/res/layout/pop_up.xml @@ -6,8 +6,8 @@ - - - - - - - - + app:srcCompat="@drawable/recruitment_popup_2" /> - - - - \ No newline at end of file