Этот коммит содержится в:
Anton Tananaev
2013-02-14 23:00:37 +13:00
родитель 407f55ce86
Коммит 66a6545c87
3 изменённых файлов: 6 добавлений и 13 удалений
+2 -2
Просмотреть файл
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.traccar.client"
android:versionCode="8"
android:versionName="2.1">
android:versionCode="9"
android:versionName="2.2">
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="17" />
+1 -1
Просмотреть файл
@@ -7,4 +7,4 @@
# location of the SDK. This is only used by Ant
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=/opt/android-sdk-linux
sdk.dir=/home/user/android-sdks
+3 -10
Просмотреть файл
@@ -1,12 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ListView
android:id="@android:id/list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</FrameLayout>
android:layout_height="fill_parent" />