Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 724e6abd authored by Hasib Prince's avatar Hasib Prince
Browse files

fixed UI title segment of app detail page

parent 0dbe5925
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -149,6 +149,8 @@ dependencies {
    implementation "androidx.viewpager2:viewpager2:1.0.0"
    implementation "androidx.recyclerview:recyclerview:1.2.1"

    implementation 'com.google.android.flexbox:flexbox:3.0.0'

    //logger
    implementation 'com.jakewharton.timber:timber:5.0.1'

+4 −0
Original line number Diff line number Diff line
@@ -181,6 +181,10 @@ class ApplicationFragment : TimeoutFragment(R.layout.fragment_application) {
        if (applicationViewModel.appStatus.value == null) {
            applicationViewModel.appStatus.value = it.status
        }

        if (it.other_images_path.isEmpty()) {
            binding.recyclerView.visibility = View.GONE
        }
        screenshotsRVAdapter.setData(it.other_images_path)

        // Title widgets
+4 −2
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="10dp"
        android:layout_marginTop="10dp"
        android:layout_marginStart="10dp"
        android:layout_marginEnd="10dp"
        android:orientation="horizontal">

        <androidx.cardview.widget.CardView
@@ -76,7 +78,7 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="end"
        android:layout_marginTop="10dp"
        android:layout_marginTop="15dp"
        android:layout_marginBottom="1dp"
        android:background="@color/colorBackground"
        android:backgroundTint="@color/colorBackground">