mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
parent
f4ef586681
commit
d303a88803
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
android:id="@+id/quote_container"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone"
|
||||
android:layout_margin="3dp"
|
||||
tools:visibility="visible">
|
||||
|
|
|
@ -13,6 +13,7 @@ import android.text.TextUtils;
|
|||
import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.FrameLayout;
|
||||
import android.widget.ImageView;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.TextView;
|
||||
|
@ -33,7 +34,7 @@ import org.thoughtcrime.securesms.util.Util;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
public class QuoteView extends LinearLayout implements RecipientModifiedListener {
|
||||
public class QuoteView extends FrameLayout implements RecipientModifiedListener {
|
||||
|
||||
private static final String TAG = QuoteView.class.getSimpleName();
|
||||
|
||||
|
|
Loading…
Reference in a new issue