mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Clean up
This commit is contained in:
parent
c2a58652f4
commit
4aeb0a5709
@ -9,6 +9,7 @@ import com.looker.droidify.entity.Repository
|
||||
import com.looker.droidify.utility.jsonGenerate
|
||||
import com.looker.droidify.utility.jsonParse
|
||||
|
||||
// TODO LATER: reduce redundancy by merging the entity and database classes
|
||||
@Entity
|
||||
class Repository {
|
||||
@PrimaryKey(autoGenerate = true)
|
||||
|
@ -39,7 +39,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:scrollIndicators="end"
|
||||
android:scrollbars="none"
|
||||
tools:listitem="@layout/item_app_vertical_x" />
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
</com.google.android.material.circularreveal.CircularRevealFrameLayout>
|
||||
|
@ -72,7 +72,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:clipToPadding="false"
|
||||
android:orientation="horizontal"
|
||||
android:scrollbars="none"
|
||||
android:scrollbars="horizontal"
|
||||
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
@ -135,7 +135,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false"
|
||||
android:scrollIndicators="end"
|
||||
android:scrollbars="none"
|
||||
tools:listitem="@layout/item_app_vertical_x" />
|
||||
</androidx.core.widget.NestedScrollView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
@ -22,7 +22,6 @@
|
||||
android:layout_marginBottom="4dp"
|
||||
android:elevation="8dp"
|
||||
android:src="@drawable/ic_application_default"
|
||||
android:tint="?colorPrimary"
|
||||
app:layout_constraintBottom_toTopOf="@id/name"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user