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
@@ -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}")