forked from mirror/monocles_chat_clean
Switch to AndroidX LinearLayoutManager (Cheogram)
This commit is contained in:
parent
ffeeb9cad2
commit
81d8302d03
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,6 @@ dependencies {
|
|||
implementation 'org.tomlj:tomlj:1.1.0'
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
||||
implementation 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
|
||||
implementation 'io.michaelrocks:libphonenumber-android:8.12.49'
|
||||
}
|
||||
|
||||
|
|
|
@ -16,9 +16,10 @@ import android.view.ViewGroup;
|
|||
import android.widget.AdapterView;
|
||||
import android.widget.TextView;
|
||||
import android.widget.ToggleButton;
|
||||
|
||||
import androidx.recyclerview.widget.LinearLayoutManager;
|
||||
import androidx.recyclerview.widget.RecyclerView;
|
||||
import java.util.Map;
|
||||
import org.solovyev.android.views.llm.LinearLayoutManager;
|
||||
import eu.siacs.conversations.entities.Account;
|
||||
import eu.siacs.conversations.entities.Contact;
|
||||
import eu.siacs.conversations.entities.Presence;
|
||||
|
|
Loading…
Add table
Reference in a new issue