All Projects → evilbinary → Tvwidget

evilbinary / Tvwidget

Licence: apache-2.0
tv常用效果控件,包括焦点、边框处理等。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Tvwidget

react-tv-navigation
React Navigation for TVs
Stars: ✭ 64 (-87.67%)
Mutual labels:  tvos, focus
Provenance
iOS & tvOS multi-emulator frontend, supporting various Atari, Bandai, NEC, Nintendo, Sega, SNK and Sony console systems… Get Started: https://wiki.provenance-emu.com |
Stars: ✭ 4,732 (+811.75%)
Mutual labels:  tvos
Efqrcode
A better way to operate QR Code in Swift, support iOS, macOS, watchOS and tvOS.
Stars: ✭ 4,121 (+694.03%)
Mutual labels:  tvos
Videobeautify
With this APP, you can do all kinds of professional optimising and beautifying to your videos
Stars: ✭ 450 (-13.29%)
Mutual labels:  effect
Waterwheel.swift
The Waterwheel Swift SDK provides classes to natively connect iOS, macOS, tvOS, and watchOS applications to Drupal 7 and 8.
Stars: ✭ 415 (-20.04%)
Mutual labels:  tvos
Telegraph
Secure Web Server for iOS, tvOS and macOS
Stars: ✭ 474 (-8.67%)
Mutual labels:  tvos
Impact
Crash capturing library for Apple platforms
Stars: ✭ 395 (-23.89%)
Mutual labels:  tvos
Unity Frosted Glass
❄️ Test of a frosted glass material in Unity.
Stars: ✭ 506 (-2.5%)
Mutual labels:  effect
Corexlsx
Excel spreadsheet (XLSX) format parser written in pure Swift
Stars: ✭ 481 (-7.32%)
Mutual labels:  tvos
Stringz
A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
Stars: ✭ 440 (-15.22%)
Mutual labels:  tvos
Swiftuipager
Native Pager in SwiftUI
Stars: ✭ 430 (-17.15%)
Mutual labels:  tvos
Userdefaultsstore
Why not use UserDefaults to store Codable objects 😉
Stars: ✭ 416 (-19.85%)
Mutual labels:  tvos
Gridstack
A flexible grid layout view for SwiftUI
Stars: ✭ 474 (-8.67%)
Mutual labels:  tvos
Fiber2d
Cross-platform 2D Game Engine in pure Swift
Stars: ✭ 415 (-20.04%)
Mutual labels:  tvos
Swiftyutils
All the reusable code that we need in each project
Stars: ✭ 490 (-5.59%)
Mutual labels:  tvos
Json
Micro framework for easily parsing JSON in Swift with rich error messages in less than 100 lines of code
Stars: ✭ 395 (-23.89%)
Mutual labels:  tvos
Mtlpp
C++ Metal wrapper
Stars: ✭ 425 (-18.11%)
Mutual labels:  tvos
Tvrecyclerview
TvRecyclerView--针对TV端特性进行的适配与开发
Stars: ✭ 453 (-12.72%)
Mutual labels:  focus
Attributedlabel
Easy to use, fast, and higher performance than UILabel.
Stars: ✭ 514 (-0.96%)
Mutual labels:  tvos
Formvalidator Swift
A framework to validate inputs of text fields and text views in a convenient way.
Stars: ✭ 495 (-4.62%)
Mutual labels:  tvos

TvWidget

TV常用效果控件,包括焦点、边框处理等。qq群:537960195

截图

界面 界面 界面

使用

//基本用法
BorderView border=new BorderView(this);
border.setBackgroundResource(R.drawable.item_highlight);
RelativeLayout main= (RelativeLayout) findViewById(R.id.main);
border.attachTo(main);

//自定义布局        
BorderView borderView = new BorderView<RelativeLayout>(this,R.layout.custom_item);

//设置放大倍数1.2
borderView.getEffect().setScale(1.2);
//圆角布局 app:radius 为圆角大小
<org.evilbinary.tv.widget.RoundedFrameLayout
      android:id="@+id/view"
      android:layout_width="270dp"
      android:layout_height="406dp"
      android:layout_margin="5dp"
      android:focusable="true"
      app:radius="4dp"
      >
      <ImageView
	  android:layout_width="match_parent"
	  android:layout_height="match_parent"
	  android:scaleType="centerCrop"
	  android:src="@drawable/g2"
	    />
      <TextView
	  android:layout_width="match_parent"
	  android:layout_height="60dp"
	  android:layout_gravity="bottom"
	  android:background="@drawable/border_down_shape"
	  android:gravity="center|left"
	  android:padding="15px"
	  android:text="在线音乐"
	  android:textColor="@color/white"
	  android:textSize="24dp" />
 </org.evilbinary.tv.widget.RoundedFrameLayout>

项目捐赠

喜欢就支持一下

Developed By

#项目主页

License

Copyright 2016 evilbinary

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].