Skip to content

Commit 2150d7f

Browse files
Jatin0312neslihanturan
authored andcommitted
Fixed bug commons-app#1399 Overlapping problem (commons-app#1405)
* Fixed bug commons-app#1399 * Changed visibility from visible to gone * Changed behaviour according to review * Changed bottom sheet visibility from visible to gone
1 parent 0205274 commit 2150d7f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@
3737
android:id="@+id/title"
3838
android:layout_width="wrap_content"
3939
android:layout_height="wrap_content"
40-
android:textSize="16sp" />
41-
40+
android:textSize="16sp"
41+
android:layout_marginRight="50dp"
42+
android:maxLines="2"
43+
android:ellipsize="end"
44+
/>
4245
<TextView
4346
android:id="@+id/category"
4447
android:layout_width="wrap_content"
@@ -189,4 +192,4 @@
189192
android:textSize="16sp" />
190193

191194

192-
</LinearLayout>
195+
</LinearLayout>

0 commit comments

Comments
 (0)