Fixed visual bugs for API levels 21-22, removed "Open info panel automatically" feature due to visual bugs, switched out test URLs for real URLs again

This commit is contained in:
Deniz Düzgören
2019-08-01 15:36:21 +02:00
parent 6cf4c44880
commit a2721aabcd
15 changed files with 56 additions and 83 deletions
+8 -7
View File
@@ -14,17 +14,18 @@
android:fontFamily="@font/manrope_semibold"
android:layout_gravity="start"
android:textColor="@color/colorText"
android:textAlignment="center"/>
android:textAlignment="viewStart"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="4dp">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="4dp"
android:paddingStart="0dp"
android:paddingEnd="0dp"
android:paddingBottom="0dp">
android:layout_height="match_parent"/>
</androidx.recyclerview.widget.RecyclerView>
</RelativeLayout>
</LinearLayout>