Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
/ AmazWare Public archive

Commit

Permalink
Imports optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Keddnyo committed Mar 13, 2022
1 parent 5450c04 commit a41de68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ package io.github.keddnyo.amazware.activities

import android.content.Intent
import android.os.Bundle
import android.view.View
import android.widget.AdapterView.OnItemClickListener
import android.widget.ListView
import android.widget.SimpleAdapter
import android.widget.Toast
import androidx.appcompat.app.AppCompatActivity
import androidx.preference.PreferenceManager
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout
import com.google.android.material.floatingactionbutton.FloatingActionButton
import io.github.keddnyo.amazware.R
import io.github.keddnyo.amazware.utils.Adapter
import io.github.keddnyo.amazware.utils.Device
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/layout/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools"
android:fillViewport="true">

<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
Expand Down

0 comments on commit a41de68

Please sign in to comment.