Changeset 206a8e1 in orbit for android/src
- Timestamp:
- 02/07/16 03:02:13 (7 years ago)
- Branches:
- master
- Children:
- 7b573dd
- Parents:
- 80b23ae
- Location:
- android/src/info/puzzlebox/orbit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/info/puzzlebox/orbit/FragmentTabAdvanced.java
rdcf6979 r206a8e1 238 238 radioButtonChannelB.setId(1); 239 239 radioButtonChannelC.setId(2); 240 radioGroupChannel.check( 0);240 radioGroupChannel.check(1); 241 241 242 242 viewSpaceGenerateAudio = (View) v.findViewById(R.id.viewSpaceGenerateAudio); … … 260 260 261 261 // TODO Hide and adjust layout for now as Channel selection currently not working 262 radioGroupChannel.setVisibility(View.GONE);262 // radioGroupChannel.setVisibility(View.GONE); 263 263 viewSpaceRadioGroupChannel = (View) v.findViewById(R.id.viewSpaceRadioGroupChannel); 264 264 // viewSpaceRadioGroupChannel.setVisibility(View.GONE); -
android/src/info/puzzlebox/orbit/FragmentTabSupport.java
rddcd1b4 r206a8e1 20 20 */ 21 21 static String supportURL = "file:///android_asset/tutorial/support.html"; 22 static String contactURL = "http://puzzlebox.i nfo/cgi-bin/puzzlebox/support_contact/puzzlebox_orbit_support_gateway.py";22 static String contactURL = "http://puzzlebox.io/cgi-bin/puzzlebox/support_contact/puzzlebox_orbit_support_gateway.py"; 23 23 24 24
Note: See TracChangeset
for help on using the changeset viewer.