Fix #2679
This commit is contained in:
parent
dee5b1a5c3
commit
97c16408e3
2 changed files with 3 additions and 1 deletions
|
@ -37,6 +37,8 @@
|
|||
style="?android:attr/progressBarStyleHorizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="8dp"
|
||||
android:layout_marginRight="16dp"
|
||||
android:max="255"/>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import android.support.annotation.StringRes;
|
|||
import android.support.v4.content.ContextCompat;
|
||||
|
||||
public class ContextMenuItem {
|
||||
public static final int INVALID_ID = 0;
|
||||
public static final int INVALID_ID = -1;
|
||||
|
||||
@StringRes
|
||||
private final int titleId;
|
||||
|
|
Loading…
Reference in a new issue