mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Merge branch 'bugfix/Space_in_recyclerView' into develop
This commit is contained in:
commit
8945b8035d
3 changed files with 7 additions and 8 deletions
|
@ -26,7 +26,7 @@ android {
|
|||
keyPassword secretProperties['signing_key_password']
|
||||
}
|
||||
}
|
||||
compileSdkVersion 29
|
||||
compileSdk 31
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.foucry.pilldroid"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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) -->
|
||||
|
|
Loading…
Reference in a new issue