added a new icon, gui cleanup

This commit is contained in:
2018-11-18 19:46:21 +01:00
parent 2df58311cb
commit b083e44711
52 changed files with 40 additions and 156 deletions

View File

@ -130,9 +130,6 @@ class MainActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelecte
}
R.id.nav_moodle -> {
}
R.id.nav_email -> {
}
R.id.nav_settings -> {
val settingsFragment = SettingsFragment()

View File

@ -40,7 +40,7 @@ class LessonCardView @JvmOverloads constructor(context: Context, attrs: Attribu
txtViewTime = findViewById(R.id.txtView_Time)
// workaround to prevent a white border
this.setBackgroundColor(Color.parseColor("#3F51B5"))
this.setBackgroundColor(Color.TRANSPARENT)
}
fun getTxtViewLesson(): TextView {