increased distance between answer/reject buttons

This commit is contained in:
Juha Heinanen
2018-06-12 10:00:02 +03:00
parent 26b36986b9
commit 7ea9c9788f
2 changed files with 3 additions and 3 deletions

View File

@ -696,7 +696,7 @@ class MainActivity : AppCompatActivity() {
}
val reject_button_params = LayoutParams(LayoutParams.WRAP_CONTENT,
LayoutParams.WRAP_CONTENT)
reject_button_params.setMargins(16, 10, 0, 0)
reject_button_params.setMargins(40, 10, 0, 0)
reject_button.layoutParams = reject_button_params
reject_button.setPadding(0, 0, 0, 0)
Log.d("Baresip", "Adding reject button at ${reject_button.id}")

View File

@ -83,7 +83,7 @@
android:layout_below="@id/calleeRow"
android:padding="0dp"
android:src="@drawable/hold"
android:layout_marginStart="60dp"
android:layout_marginStart="70dp"
android:visibility="invisible" >
</ImageButton>
@ -92,7 +92,7 @@
android:layout_width="@dimen/button_width"
android:layout_height="wrap_content"
android:layout_below="@id/calleeRow"
android:layout_marginStart="120dp"
android:layout_marginStart="140dp"
android:inputType="phone"
android:textSize="20sp"
android:hint="DTMF"