/[svn]/jsampler/trunk/android/res/layout/sampler_channels.xml
ViewVC logotype

Annotation of /jsampler/trunk/android/res/layout/sampler_channels.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2302 - (hide annotations) (download) (as text)
Thu Dec 15 23:13:30 2011 UTC (12 years, 4 months ago) by iliev
File MIME type: text/xml
File size: 1401 byte(s)
* Initial support for Android platforms (only sampler channel
  manipulation for now - see the screenshots on the website)

1 iliev 2302 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:orientation="vertical" >
6    
7     <LinearLayout
8     android:layout_width="match_parent"
9     android:layout_height="wrap_content" >
10    
11     <ImageView
12     android:paddingLeft="3dp"
13     android:layout_width="wrap_content"
14     android:layout_height="wrap_content"
15     android:layout_gravity="center"
16     android:src="@drawable/ic_volume" />
17    
18     <SeekBar
19     android:paddingLeft="18dp"
20     android:paddingRight="18dp"
21     android:id="@+id/main_slider_volume"
22     android:layout_width="match_parent"
23     android:layout_height="wrap_content"
24     android:layout_weight="1" />
25    
26     <TextView
27     android:id="@+id/main_text_volume"
28     android:layout_width="65dp"
29     android:layout_height="wrap_content"
30     android:layout_gravity="center"
31     android:gravity="left"
32     android:text="3 dB" />
33    
34     </LinearLayout>
35    
36     <android.support.v4.view.ViewPager
37     android:id="@+id/main_channel_lane_pager"
38     android:layout_width="match_parent"
39     android:layout_height="match_parent" >
40    
41     </android.support.v4.view.ViewPager>
42    
43     </LinearLayout>

  ViewVC Help
Powered by ViewVC