Skip to content
Snippets Groups Projects
Commit 08d782ac authored by Alexandre Lision's avatar Alexandre Lision
Browse files

* #31983: adjustements for 1.2.3.02

parent ce4865a4
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ as that of the covered work.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sflphone"
android:versionCode="4"
android:versionName="1.2.3.01" >
android:versionCode="5"
android:versionName="1.2.3.02" >
<uses-sdk
android:minSdkVersion="14"
......
......@@ -6,6 +6,7 @@
android:layout_height="match_parent"
android:layout_margin="3dp"
android:choiceMode="multipleChoice"
android:descendantFocusability="beforeDescendants"
android:dividerHeight="1px"
android:padding="3dp"
dslv:collapsed_height="1px"
......@@ -13,7 +14,7 @@
dslv:drag_handle_id="@id/drag_handle"
dslv:drag_scroll_start="0.33"
dslv:drag_start_mode="onLongPress"
android:descendantFocusability="beforeDescendants"
dslv:float_alpha="0.6"
dslv:float_background_color="@color/sfl_action_blue"
dslv:remove_enabled="false"
dslv:slide_shuffle_speed="0.3" />
......@@ -16,6 +16,7 @@
dslv:collapsed_height="1px"
dslv:drag_enabled="true"
dslv:drag_handle_id="@id/drag_handle"
dslv:float_background_color="@color/sfl_action_blue"
dslv:drag_scroll_start="0.33"
dslv:drag_start_mode="onLongPress"
dslv:float_alpha="0.6"
......
......@@ -5,7 +5,6 @@
android:background="@color/sfl_light_blue"
android:divider="@drawable/divider"
android:orientation="vertical"
android:paddingTop="?android:attr/actionBarSize"
android:showDividers="middle" >
<RelativeLayout
......
......@@ -96,7 +96,7 @@ public class AccountCreationFragment extends Fragment {
}
});
// inflatedView.findViewById(R.id.dev_account).setVisibility(View.GONE); // Hide this button in release apk
inflatedView.findViewById(R.id.dev_account).setVisibility(View.GONE); // Hide this button in release apk
inflatedView.findViewById(R.id.dev_account).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
......
......@@ -264,6 +264,7 @@ public class SipService extends Service {
Log.i(TAG, "->startPjSipStack");
}
public HashMap<String, SipCall> getCurrent_calls() {
......
package org.sflphone.views.dragsortlv;
import android.graphics.Bitmap;
import android.graphics.Point;
import android.graphics.Color;
import android.widget.ListView;
import android.widget.ImageView;
import android.graphics.Point;
import android.view.View;
import android.view.ViewGroup;
import android.util.Log;
import android.widget.ImageView;
import android.widget.ListView;
/**
* Simple implementation of the FloatViewManager class. Uses list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment