Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
9ef24ba3
Commit
9ef24ba3
authored
Feb 24, 2014
by
Adrien Maglo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ExpandableLayout: remove unused code
parent
e39f671a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
vlc-android/src/org/videolan/vlc/widget/ExpandableLayout.java
...android/src/org/videolan/vlc/widget/ExpandableLayout.java
+0
-4
No files found.
vlc-android/src/org/videolan/vlc/widget/ExpandableLayout.java
View file @
9ef24ba3
...
@@ -24,7 +24,6 @@ import org.videolan.vlc.R;
...
@@ -24,7 +24,6 @@ import org.videolan.vlc.R;
import
org.videolan.vlc.interfaces.OnExpandableListener
;
import
org.videolan.vlc.interfaces.OnExpandableListener
;
import
android.content.Context
;
import
android.content.Context
;
import
android.content.res.TypedArray
;
import
android.util.AttributeSet
;
import
android.util.AttributeSet
;
import
android.view.LayoutInflater
;
import
android.view.LayoutInflater
;
import
android.view.View
;
import
android.view.View
;
...
@@ -42,13 +41,10 @@ public class ExpandableLayout extends LinearLayout {
...
@@ -42,13 +41,10 @@ public class ExpandableLayout extends LinearLayout {
private
final
LinearLayout
mContent
;
private
final
LinearLayout
mContent
;
private
Boolean
mExpanded
;
private
Boolean
mExpanded
;
private
OnExpandableListener
listener
=
null
;
private
OnExpandableListener
listener
=
null
;
private
Context
mContext
;
public
ExpandableLayout
(
Context
context
,
AttributeSet
attrs
)
{
public
ExpandableLayout
(
Context
context
,
AttributeSet
attrs
)
{
super
(
context
,
attrs
);
super
(
context
,
attrs
);
mContext
=
context
;
LayoutInflater
.
from
(
context
).
inflate
(
R
.
layout
.
expandable_layout
,
this
,
true
);
LayoutInflater
.
from
(
context
).
inflate
(
R
.
layout
.
expandable_layout
,
this
,
true
);
mHeaderLayout
=
findViewById
(
R
.
id
.
header_layout
);
mHeaderLayout
=
findViewById
(
R
.
id
.
header_layout
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment