[Combo] Might fix a tools:context error
At least, it is displayed as an error in AndroidStudio for me ...
This commit is contained in:
parent
d0ba2328c2
commit
7d877b9081
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:paddingTop="5dp"
|
||||
tools:context=".plugins.pump.combo.ComboFragment">
|
||||
tools:context="info.nightscout.androidaps.plugins.pump.combo.ComboFragment">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Reference in a new issue