Added rat type in gui
This commit is contained in:
parent
7ca05039b5
commit
e020204ce5
5 changed files with 93 additions and 35 deletions
|
|
@ -57,11 +57,21 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/graph"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal" >
|
||||
|
||||
<com.ericsson.uecontrol.gui.util.VerticalTextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="left|center_vertical"
|
||||
android:textColor="#ffffffff"
|
||||
android:text="n/a"
|
||||
android:id="@+id/rat_type" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue