File tree Expand file tree Collapse file tree
kotlin/org/fossify/messages/activities Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import org.fossify.commons.extensions.getProperBackgroundColor
3232import org.fossify.commons.extensions.getProperPrimaryColor
3333import org.fossify.commons.extensions.getProperTextColor
3434import org.fossify.commons.extensions.hideKeyboard
35- import org.fossify.commons.extensions.navigationBarHeight
3635import org.fossify.commons.extensions.openNotificationSettings
3736import org.fossify.commons.extensions.toast
3837import org.fossify.commons.extensions.underlineText
@@ -135,9 +134,6 @@ class MainActivity : SimpleActivity() {
135134 binding.conversationsProgressBar.setIndicatorColor(properPrimaryColor)
136135 binding.conversationsProgressBar.trackColor = properPrimaryColor.adjustAlpha(LOWER_ALPHA )
137136 checkShortcut()
138- (binding.conversationsFab.layoutParams as ? CoordinatorLayout .LayoutParams )?.bottomMargin =
139- navigationBarHeight + resources.getDimension(org.fossify.commons.R .dimen.activity_margin)
140- .toInt()
141137 }
142138
143139 override fun onPause () {
Original file line number Diff line number Diff line change 22<androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 android : layout_width =" match_parent"
5- android : layout_height =" wrap_content"
6- android : paddingHorizontal =" @dimen/normal_margin" >
5+ android : layout_height =" wrap_content" >
76
87 <androidx .appcompat.widget.AppCompatTextView
98 android : id =" @+id/reply_disabled_text"
109 android : layout_width =" 0dp"
1110 android : layout_height =" wrap_content"
11+ android : layout_marginStart =" @dimen/normal_margin"
1212 android : padding =" @dimen/activity_margin"
1313 android : text =" @string/invalid_short_code"
1414 app : layout_constraintBottom_toBottomOf =" parent"
2121 android : id =" @+id/reply_disabled_info"
2222 android : layout_width =" @dimen/normal_icon_size"
2323 android : layout_height =" @dimen/normal_icon_size"
24+ android : layout_marginEnd =" @dimen/normal_margin"
2425 android : background =" ?selectableItemBackgroundBorderless"
2526 android : contentDescription =" @string/more_info"
2627 android : padding =" @dimen/normal_margin"
You can’t perform that action at this time.
0 commit comments