Move info and button to own views

This commit is contained in:
Manuel Fuhr 2022-01-07 08:20:47 +01:00
parent 712bff8459
commit 31e7c4ebbd
5 changed files with 152 additions and 143 deletions

View file

@ -93,6 +93,7 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "androidx.constraintlayout:constraintlayout:2.1.2"
implementation project(':brouter-mapaccess')
implementation project(':brouter-core')