Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Fix bottom bar click-through problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
PkmX committed Nov 22, 2014
1 parent f51c7b3 commit 9365d0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pkmx/lcamera/MainActivity.scala
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ class MainActivity extends SActivity with Observable {
}

lazy val toolbar = new SLinearLayout {
clickable = true
backgroundColor = Color.parseColor("#fafafa")
gravity = Gravity.CENTER
visibility = View.INVISIBLE
Expand Down Expand Up @@ -414,6 +415,7 @@ class MainActivity extends SActivity with Observable {
}

lazy val afView = new SLinearLayout {
clickable = true
backgroundColor = Color.parseColor("#fafafa")
gravity = Gravity.CENTER
visibility = View.INVISIBLE
Expand All @@ -440,6 +442,7 @@ class MainActivity extends SActivity with Observable {
}.padding(16.dip, 0, 16.dip, 0)

lazy val aeView = new SLinearLayout {
clickable = true
backgroundColor = Color.parseColor("#fafafa")
gravity = Gravity.CENTER
visibility = View.INVISIBLE
Expand Down Expand Up @@ -490,6 +493,7 @@ class MainActivity extends SActivity with Observable {
}

lazy val burstView = new SLinearLayout {
clickable = true
backgroundColor = Color.parseColor("#fafafa")
gravity = Gravity.CENTER
visibility = View.INVISIBLE
Expand Down

0 comments on commit 9365d0f

Please sign in to comment.