Minor UI fixes

This commit is contained in:
M M Arif
2022-03-18 16:46:36 +05:00
parent d245a6c6ac
commit 206a2bb6b0
2 changed files with 2 additions and 5 deletions

View File

@@ -215,10 +215,6 @@ public class IssuesAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder>
}
}
}
else {
labelsScrollViewDots.setVisibility(View.GONE);
labelsScrollViewWithText.setVisibility(View.GONE);
}
switch(timeFormat) {
case "pretty": {

View File

@@ -14,7 +14,6 @@
android:id="@+id/infoSection"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:orientation="horizontal"
tools:ignore="UseCompoundDrawables">
@@ -50,6 +49,7 @@
android:foregroundGravity="right"
android:layout_marginBottom="8dp"
android:scrollbarThumbHorizontal="@android:color/transparent"
android:visibility="gone"
android:fillViewport="true">
<LinearLayout
@@ -72,6 +72,7 @@
android:foregroundGravity="right"
android:layout_marginBottom="8dp"
android:scrollbarThumbHorizontal="@android:color/transparent"
android:visibility="gone"
android:fillViewport="true">
<LinearLayout