forked from melod1n/fast-messenger
Removed unused classes
Using dagger for Retrofit2, OkHttp and Gson
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
android:id="@+id/image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp"
|
||||
android:layout_height="100dp"
|
||||
android:scaleType="fitCenter"
|
||||
tools:src="@tools:sample/backgrounds/scenic" />
|
||||
|
||||
<LinearLayout
|
||||
@@ -65,7 +66,9 @@
|
||||
android:layout_marginEnd="@dimen/activity_horizontal_margin"
|
||||
android:layout_weight="1"
|
||||
android:text="@android:string/cancel"
|
||||
app:elevation="0dp" />
|
||||
android:textColor="?colorAction"
|
||||
app:elevation="0dp"
|
||||
app:rippleColor="?colorActionRipple" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/ok"
|
||||
@@ -73,8 +76,11 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:backgroundTint="?colorAction"
|
||||
android:text="@android:string/ok"
|
||||
app:elevation="0dp" />
|
||||
android:textColor="?colorActionContentPrimary"
|
||||
app:elevation="0dp"
|
||||
app:rippleColor="?colorActionRipple" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -9,12 +9,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<WebView
|
||||
android:id="@+id/webView"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<androidx.core.widget.NestedScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user