Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit 80b9782

Browse files
committed
Stretch jotting list for label to bottom
* Set layout_height in RecyclerView in activity_label to match_parent v2.3.3
1 parent 669abeb commit 80b9782

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.boruminc.borumjot.android"
99
minSdkVersion 16
1010
targetSdkVersion 29
11-
versionCode 51
12-
versionName "2.3.2"
11+
versionCode 52
12+
versionName "2.3.3"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}

app/src/main/res/layout/activity_label.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
<androidx.recyclerview.widget.RecyclerView
1717
android:id="@+id/label_filtered_jotting_list"
1818
android:layout_width="match_parent"
19-
android:layout_height="470dp" />
19+
android:layout_height="match_parent" />
2020
</LinearLayout>

0 commit comments

Comments
 (0)