mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 20:11:36 +00:00
Separate out individual DM message types to their respective views
This commit is contained in:
parent
376f3e5d5a
commit
51138f9db0
33 changed files with 1326 additions and 816 deletions
9
app/src/main/res/layout/layout_dm_text.xml
Normal file
9
app/src/main/res/layout/layout_dm_text.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<awais.instagrabber.customviews.RamboTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/tvMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="start|fill_horizontal"
|
||||
android:padding="8dp"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textColor="?android:textColorPrimary" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue