Merge branch 'bugfix/Space_in_recyclerView' into develop

This commit is contained in:
jacques 2022-06-10 21:48:44 +02:00
commit 8945b8035d
3 changed files with 7 additions and 8 deletions

View file

@ -26,7 +26,7 @@ android {
keyPassword secretProperties['signing_key_password']
}
}
compileSdkVersion 29
compileSdk 31
defaultConfig {
applicationId "net.foucry.pilldroid"

View file

@ -6,7 +6,6 @@
android:name="net.foucry.pilldroid.MedicamentListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
app:layoutManager="LinearLayoutManager"
android:background="@drawable/list_selector"
tools:context="net.foucry.pilldroid.DrugListActivity"

View file

@ -36,15 +36,15 @@
android:id="@+id/endOfStock"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="30dp"
android:layout_marginBottom="5dp"
android:gravity="end"
android:text="@string/Date"
android:textSize="14sp"
android:textColor="#212121"
android:textStyle="bold"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_marginEnd="30dp"
android:layout_marginBottom="5dp" />
android:textSize="14sp"
android:textStyle="bold" />
</RelativeLayout>
<!-- CIP 13 (should change) -->