mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-26 01:37:43 +00:00
Clean
This commit is contained in:
parent
19550f7be9
commit
23100962e3
@ -24,7 +24,7 @@ class QuoteView : LinearLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun setUpViewHierarchy() {
|
private fun setUpViewHierarchy() {
|
||||||
LayoutInflater.from(context).inflate(R.layout.view_link_preview, this)
|
LayoutInflater.from(context).inflate(R.layout.view_quote, this)
|
||||||
}
|
}
|
||||||
// endregion
|
// endregion
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ class VoiceMessageView : LinearLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun setUpViewHierarchy() {
|
private fun setUpViewHierarchy() {
|
||||||
LayoutInflater.from(context).inflate(R.layout.view_document, this)
|
LayoutInflater.from(context).inflate(R.layout.view_voice_message, this)
|
||||||
}
|
}
|
||||||
// endregion
|
// endregion
|
||||||
|
|
||||||
|
@ -21,10 +21,6 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="bottom">
|
android:gravity="bottom">
|
||||||
|
|
||||||
<!-- The linear layout below is marked as "useless", but this isn't the case. It's
|
|
||||||
convenient because it allows you to show or hide the profile picture plus the spacers
|
|
||||||
before and behind it in one go. -->
|
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/profilePictureContainer"
|
android:id="@+id/profilePictureContainer"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user