Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.2 KiB |
@ -1,19 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@android:id/tabhost"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent">
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<TabWidget
|
||||
android:id="@android:id/tabs"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
<FrameLayout
|
||||
android:id="@android:id/tabcontent"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"/>
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
</LinearLayout>
|
||||
</TabHost>
|
@ -1,3 +1,6 @@
|
||||
* SSID for wifi trigger can now be picked from list
|
||||
* Activate wifi tethering doesn't require root anymore
|
||||
* Italian translation updated
|
||||
* Spanish translation updated
|
||||
* PhoneCall trigger significantly enhanced
|
||||
* Fixed a problem where usage of root permissions wasn't possible
|
||||
* Spanish translation updated
|
||||
* Italian translation updated
|
After Width: | Height: | Size: 79 KiB |
After Width: | Height: | Size: 200 KiB |
After Width: | Height: | Size: 118 KiB |
After Width: | Height: | Size: 137 KiB |
After Width: | Height: | Size: 113 KiB |